Lines Matching defs:test
3 from test import support
11 from test.support import import_helper
208 # This test is interesting because of the else: pass
345 """Helper to allow test subclasses to configure tracers differently"""
1497 #Regression test for issue 46314
1534 # Skip this test if the _testcapi module isn't available.
1608 # Skip this test if the _testcapi module isn't available.
1751 # the test is really that this doesn't segfault:
1898 """Decorator that creates a test that makes a jump
1903 def test(self):
1906 return test
1910 """Decorator that creates a test that makes a jump
1915 def test(self):
1918 return test