15 -> 16, the 2nd

This commit is contained in:
Georg Brandl 2008-03-03 20:39:00 +00:00
parent 3e9d66fee1
commit 26bc177fe6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class TestPredicates(IsTestBase):
def test_sixteen(self):
count = len(filter(lambda x:x.startswith('is'), dir(inspect)))
# This test is here for remember you to update Doc/library/inspect.rst
# which claims there are 15 such functions
# which claims there are 16 such functions
expected = 16
err_msg = "There are %d (not %d) is* functions" % (count, expected)
self.assertEqual(count, expected, err_msg)