/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 1 # This should be equivalent to running regrtest.py from the cmdline. 5 from test import regrtest namespace 6 regrtest.main()
|
testall.py | 1 # Backward compatibility -- you should use regrtest instead of this module. 8 import sys, regrtest namespace 10 regrtest.main()
|
test_threaded_import.py | 45 # Tricky: When regrtest imports this module, the thread running regrtest 49 # successfully until after this module finishes importing and regrtest 51 # regrtest to invoke a module's "test_main" function (if any) after
|
test_bsddb3.py | 17 # When running as a script instead of within the regrtest framework, skip the 56 # For invocation through regrtest
|
test_nis.py | 14 # Can't raise SkipTest as regrtest only recognizes the exception
|
test_descrtut.py | 482 # Magic test name that regrtest.py invokes *after* importing this module. 484 # Note that doctest and regrtest both look in sys.argv for a "-v" argument, 485 # so this works as expected in both ways of running regrtest. 495 # This part isn't needed for regrtest, but for running the test directly.
|
script_helper.py | 83 # with regrtest -R.
|
test_contextlib.py | 318 # This is needed to make the test actually run under regrtest.py!
|
test_timeout.py | 6 # This requires the 'network' resource as given on the regrtest command line.
|
test_xpickle.py | 246 print >>sys.stderr, "Use 'regrtest.py -u xpickle' to run them."
|
test_zipimport_support.py | 39 # output shouldn't be compared by regrtest.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 1 # This should be equivalent to running regrtest.py from the cmdline. 5 from test import regrtest namespace 6 regrtest.main()
|
testall.py | 1 # Backward compatibility -- you should use regrtest instead of this module. 8 import sys, regrtest namespace 10 regrtest.main()
|
test_threaded_import.py | 45 # Tricky: When regrtest imports this module, the thread running regrtest 49 # successfully until after this module finishes importing and regrtest 51 # regrtest to invoke a module's "test_main" function (if any) after
|
test_bsddb3.py | 17 # When running as a script instead of within the regrtest framework, skip the 56 # For invocation through regrtest
|
test_nis.py | 14 # Can't raise SkipTest as regrtest only recognizes the exception
|
test_descrtut.py | 482 # Magic test name that regrtest.py invokes *after* importing this module. 484 # Note that doctest and regrtest both look in sys.argv for a "-v" argument, 485 # so this works as expected in both ways of running regrtest. 495 # This part isn't needed for regrtest, but for running the test directly.
|
script_helper.py | 83 # with regrtest -R.
|
test_contextlib.py | 318 # This is needed to make the test actually run under regrtest.py!
|
test_timeout.py | 6 # This requires the 'network' resource as given on the regrtest command line.
|
test_xpickle.py | 246 print >>sys.stderr, "Use 'regrtest.py -u xpickle' to run them."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_break.py | 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_break.py | 15 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 267 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 274 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 " 281 @unittest.skipIf(sys.platform == 'freebsd6', "Test kills regrtest on freebsd6 "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 168 # FIXME when run from regrtest, srcdir seems to be '.', which does not help 190 enough to find the libpython<blah>.so. This is because regrtest runs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 168 # FIXME when run from regrtest, srcdir seems to be '.', which does not help 190 enough to find the libpython<blah>.so. This is because regrtest runs
|