Closed
Description
python-jsonschema/hypothesis-jsonschema#22 points out that I'm not handling this case, and I try to move tests upstream whenever I can 😄
This should include a number of schemas that both do and do not have any matching instances; empty and non-empty lists of items; false
, true
, and more specific additionalItems
keywords; and overlapping or non-overlapping items
/additionalItems
keywords.
I'll offer this around as a mentored issue for Hacktoberfest, and if nobody I know is interested I should get to it myself in a few weeks.