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.
2 parents 9d69b3d + f0eeb1c commit bce848bCopy full SHA for bce848b
testing/test_argparsing_repr_fix.py
@@ -62,4 +62,4 @@ def test_repr_with_dest_set(self) -> None:
62
63
# Should contain the dest
64
assert "dest: 'valid_dest'" in repr_str
65
- assert "<not set>" not in repr_str
+ assert "<not set>" not in repr_str
0 commit comments