Thanks to visit codestin.com Credit goes to github.com
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 8a8f453 commit 22f68d5Copy full SHA for 22f68d5
1 file changed
Lib/test/test_inspect.py
@@ -94,7 +94,7 @@ class TestPredicates(IsTestBase):
94
def test_eightteen(self):
95
count = len([x for x in dir(inspect) if x.startswith('is')])
96
# This test is here for remember you to update Doc/library/inspect.rst
97
- # which claims there are 16 such functions
+ # which claims there are 18 such functions
98
expected = 18
99
err_msg = "There are %d (not %d) is* functions" % (count, expected)
100
self.assertEqual(count, expected, err_msg)
0 commit comments