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 9027502 commit 7e4ff97Copy full SHA for 7e4ff97
Lib/test/test_capi.py
@@ -102,12 +102,6 @@ def test_pendingcalls_non_threaded(self):
102
self.pendingcalls_wait(l, n)
103
104
105
-# Bug #6012
106
-class Test6012(unittest.TestCase):
107
- def test(self):
108
- self.assertEqual(_testcapi.argparsing("Hello", "World"), 1)
109
-
110
111
class TestGetIndices(unittest.TestCase):
112
113
def test_get_indices(self):
0 commit comments