Lines Matching refs:tests
1419 # See test_pow for additional tests for three-argument pow.
1472 # test_int(): see test_int.py for tests of built-in function int().
1600 # test_str(): see test_unicode.py and test_bytes.py for str() tests.
1874 # Returns some classes to use for various tests. There's
1930 # tests for object.__format__ really belong elsewhere, but
2013 # These tests require a clean slate environment. For example, if the
2015 # will mess up these tests. Similarly for sys.breakpointhook.
2017 # these tests, but I think that's okay. Just use pdb.set_trace() if
2234 # non-ASCII characters. Skip tests on non-ASCII characters if the
2496 def load_tests(loader, tests, pattern):
2498 tests.addTest(DocTestSuite(builtins))
2499 return tests