We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01836ef commit 708005aCopy full SHA for 708005a
1 file changed
tests/test_query.py
@@ -377,6 +377,7 @@ def test_matched(): # type: () -> None
377
def test_does_not_match_query(): # type: () -> None
378
q = Query(GameScore).greater_than("score", -1)
379
result = Query(GameScore).does_not_match_query("playerName", q).find()
380
+ assert len(result) == 10
381
382
383
@with_setup(make_setup_func(), match_key_setup)
0 commit comments