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 fbae8f3 commit cad79c1Copy full SHA for cad79c1
tests/test_methods_and_attributes.py
@@ -431,7 +431,7 @@ def test_accepts_none(msg):
431
assert "incompatible function arguments" in str(excinfo.value)
432
433
434
-def test_casts_none(msg):
+def test_casts_none():
435
"""#2778: implicit casting from None to object (not pointer)"""
436
a = m.NoneCastTester()
437
assert m.ok_obj_or_none(a) == -1
0 commit comments