We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b6c74 commit 6cc61b1Copy full SHA for 6cc61b1
tests.py
@@ -536,6 +536,8 @@ def test_replace_missing(self):
536
| st.dictionaries(st.text(string.printable), children))
537
538
class RoundtripTests(unittest.TestCase):
539
+ @hypothesis.example({}, {u'%20': None})
540
+ @hypothesis.example({u'%20': None}, {})
541
@hypothesis.given(json_st, json_st)
542
def test_roundtrip(self, src, dst):
543
patch = jsonpatch.JsonPatch.from_diff(src, dst, False)
0 commit comments