We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3e630 commit d86c7c7Copy full SHA for d86c7c7
1 file changed
tests/dep/test_base.py
@@ -167,6 +167,7 @@ def test_contains(self):
167
# substrings
168
assert "u2?" in d
169
assert "b ) )" in d
170
+ assert "z" not in d
171
172
# non-Dependency objects return False
173
assert None not in d
@@ -438,6 +439,7 @@ def test_contains(self):
438
439
assert "u2? ( b/c )" in d
440
441
assert " ( " in d
442
443
444
# all other object types return False
445
0 commit comments