Skip to content

Release 0.11.1

Pre-release
Pre-release

Choose a tag to compare

@srittau srittau released this 27 Oct 14:53

API Additions

  • assert_json_subset() can now check for the existence or non-existence
    of object members using the new Exists helper.
  • Non-string (or Exists) object member names in the first argument to
    assert_json_subset() now raise a TypeError.