We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Too many braces :)
Current:
assert_that({'a':1,'b':2}).contains_entry({'a':1},{'b':2})
Expected (as an option):
assert_that({'a':1,'b':2}).contains_entry(a=1, b=2)