HomeSort by relevance Sort by last modified time
    Searched full:test_support (Results 451 - 475 of 1004) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_extcall.py 16 ... print a, test_support.sortdict(k)
19 ... print x, y, test_support.sortdict(z)
295 from test import test_support namespace
315 test_support.run_doctest(sys.modules[__name__], True)
316 test_support.run_unittest(ExtCallTest)
test_pdb.py 11 from test import test_support namespace
23 self.addCleanup(test_support.unlink, filename)
65 self.addCleanup(test_support.unlink, 'bar.py')
368 test_support.run_doctest(test_pdb, verbosity=True)
369 test_support.run_unittest(
test_socketserver.py 17 import test.test_support namespace
18 from test.test_support import reap_children, reap_threads, verbose
24 test.test_support.requires("network")
27 HOST = test.test_support.HOST
316 test.test_support.run_unittest(SocketServerTest)
test_sort.py 1 from test import test_support namespace
6 verbose = test_support.verbose
277 with test_support.check_py3k_warnings(
279 test_support.run_unittest(*test_classes)
286 test_support.run_unittest(*test_classes)
test_bsddb.py 7 from test import test_support namespace
10 test_support.import_module('_bsddb')
12 bsddb = test_support.import_module('bsddb', deprecated=True)
14 test_support.import_module('dbhash', deprecated=True)
323 fname = test_support.TESTFN
336 fname = test_support.TESTFN
348 test_support.run_unittest(
test_telnetlib.py 8 from test import test_support namespace
9 threading = test_support.import_module('threading')
11 HOST = test_support.HOST
49 self.port = test_support.bind_port(self.sock)
100 self.port = test_support.bind_port(self.sock)
390 self.port = test_support.bind_port(self.sock)
450 test_support.run_unittest(GeneralTests, ReadTests, OptionTests,
test_warnings.py 8 from test import test_support namespace
15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
669 # Explicit tests for the test_support convenience wrapper
673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings()
    [all...]
regrtest.py 214 from test import test_support namespace
258 test_support.record_original_stdout(sys.stdout)
327 test_support.set_memlimit(a)
403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
451 test_support.use_resources = use_resources
499 opt_args = test_support.args_from_interpreter_flags()
589 test_support.unload(module)
640 test_support.verbose = True
679 'test_support',
715 test_support.verbose = verbose # Tell tests to be moderately quie
    [all...]
test_heapq.py 6 from test import test_support namespace
9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
365 with test_support.check_py3k_warnings(
406 test_support.run_unittest(*test_classes)
413 test_support.run_unittest(*test_classes)
test_binascii.py 3 from test import test_support namespace
167 if test_support.have_unicode:
230 test_support.run_unittest(BinASCIITest,
test_hash.py 13 from test import test_support namespace
164 out = test_support.strip_python_stderr(out)
235 test_support.run_unittest(HashEqualityTestCase,
test_isinstance.py 6 from test import test_support namespace
250 if test_support.have_unicode:
274 test_support.run_unittest(
test_string.py 2 from test import test_support, string_tests namespace
38 if test_support.have_unicode:
214 test_support.run_unittest(StringTest, ModuleTest, BytesAliasTest)
test_unicode_file.py 8 from test.test_support import run_unittest, TESTFN_UNICODE
9 from test.test_support import TESTFN_ENCODING, TESTFN_UNENCODABLE
19 # (which test_support assumes), so try the file system
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_extcall.py 16 ... print a, test_support.sortdict(k)
19 ... print x, y, test_support.sortdict(z)
295 from test import test_support namespace
315 test_support.run_doctest(sys.modules[__name__], True)
316 test_support.run_unittest(ExtCallTest)
test_pdb.py 11 from test import test_support namespace
23 self.addCleanup(test_support.unlink, filename)
65 self.addCleanup(test_support.unlink, 'bar.py')
368 test_support.run_doctest(test_pdb, verbosity=True)
369 test_support.run_unittest(
test_socketserver.py 17 import test.test_support namespace
18 from test.test_support import reap_children, reap_threads, verbose
24 test.test_support.requires("network")
27 HOST = test.test_support.HOST
316 test.test_support.run_unittest(SocketServerTest)
test_sort.py 1 from test import test_support namespace
6 verbose = test_support.verbose
277 with test_support.check_py3k_warnings(
279 test_support.run_unittest(*test_classes)
286 test_support.run_unittest(*test_classes)
test_bsddb.py 7 from test import test_support namespace
10 test_support.import_module('_bsddb')
12 bsddb = test_support.import_module('bsddb', deprecated=True)
14 test_support.import_module('dbhash', deprecated=True)
323 fname = test_support.TESTFN
336 fname = test_support.TESTFN
348 test_support.run_unittest(
test_telnetlib.py 8 from test import test_support namespace
9 threading = test_support.import_module('threading')
11 HOST = test_support.HOST
49 self.port = test_support.bind_port(self.sock)
100 self.port = test_support.bind_port(self.sock)
390 self.port = test_support.bind_port(self.sock)
450 test_support.run_unittest(GeneralTests, ReadTests, OptionTests,
test_warnings.py 8 from test import test_support namespace
15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
669 # Explicit tests for the test_support convenience wrapper
673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings()
    [all...]
regrtest.py 214 from test import test_support namespace
258 test_support.record_original_stdout(sys.stdout)
327 test_support.set_memlimit(a)
403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
451 test_support.use_resources = use_resources
499 opt_args = test_support.args_from_interpreter_flags()
589 test_support.unload(module)
640 test_support.verbose = True
679 'test_support',
715 test_support.verbose = verbose # Tell tests to be moderately quie
    [all...]
test_heapq.py 6 from test import test_support namespace
9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
365 with test_support.check_py3k_warnings(
406 test_support.run_unittest(*test_classes)
413 test_support.run_unittest(*test_classes)
test_binascii.py 3 from test import test_support namespace
167 if test_support.have_unicode:
230 test_support.run_unittest(BinASCIITest,
test_hash.py 13 from test import test_support namespace
164 out = test_support.strip_python_stderr(out)
235 test_support.run_unittest(HashEqualityTestCase,

Completed in 821 milliseconds

<<11121314151617181920>>