The return of __iter__()
and __contains__()
change after accessing of an index with no error
#1328
Labels
Bug
Something doesn't work the way it should.
The following example illustrate that accessing of an index in an
ErrorTree
object that has no error can added the index to the collection of indices considered having errors.This behavior contradicts with the documentation at https://python-jsonschema.readthedocs.io/en/latest/errors/#errortrees and is a bug.
The text was updated successfully, but these errors were encountered: