Searched refs:test_support (Results 1 - 25 of 1854) sorted by last modified time

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Ddouble_const.py1 from test.test_support import TestFailed
H A Dfork_wait.py16 import test.test_support as test_support namespace
17 thread = test_support.import_module('thread')
H A Dlist_tests.py8 from test import test_support, seq_tests namespace
60 with open(test_support.TESTFN, "wb") as fo:
62 with open(test_support.TESTFN, "rb") as fo:
65 os.remove(test_support.TESTFN)
422 with test_support.check_py3k_warnings(
H A Dlock_tests.py11 from test import test_support as support
H A Dmapping_tests.py4 import test_support namespace
64 with test_support.check_py3k_warnings(quiet=True):
H A Doutstanding_bugs.py10 from test import test_support namespace
18 #test_support.run_unittest()
H A Dpickletester.py9 from test.test_support import TestFailed, verbose, have_unicode, TESTFN
11 from test.test_support import _2G, _1M, precisionbigmemtest
24 # Copy of test.test_support.run_with_locale. This is needed to support Python
H A Dregrtest.py214 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
[all...]
H A Dscript_helper.py21 from test.test_support import strip_python_stderr
130 #if test.test_support.verbose:
165 #if test.test_support.verbose:
H A Dstring_tests.py6 from test import test_support namespace
528 if test_support.have_unicode:
719 with test_support.check_py3k_warnings():
1045 if test_support.have_unicode:
1289 if test_support.have_unicode:
H A Dsymlink_support.py5 from test.test_support import TESTFN
H A Dtest_MimeWriter.py11 from test.test_support import run_unittest, import_module
H A Dtest_SimpleHTTPServer.py8 from test import test_support namespace
38 test_support.run_unittest(SimpleHTTPRequestHandlerTestCase)
H A Dtest_StringIO.py9 from test import test_support namespace
110 @test_support.bigmemtest(test_support._2G + 2**26, memuse=2.001)
136 @test_support.bigmemtest(test_support._2G, memuse=4)
154 if not test_support.have_unicode: return
180 if not test_support.have_unicode: return
217 test_support.run_unittest(TestStringIO, TestcStringIO)
218 with test_support.check_py3k_warnings(("buffer.. not supported",
220 test_support
[all...]
H A Dtest___all__.py4 from test import test_support as support
H A Dtest___future__.py3 from test import test_support namespace
63 test_support.run_unittest(FutureTest)
H A Dtest__locale.py1 from test.test_support import run_unittest
H A Dtest__osx_support.py12 import test.test_support namespace
23 self.env = test.test_support.EnvironmentVarGuard()
43 test.test_support.unlink(self.prog_name)
45 self.addCleanup(test.test_support.unlink, self.prog_name)
56 test.test_support.unlink(self.prog_name)
57 self.addCleanup(test.test_support.unlink, self.prog_name)
145 test.test_support.unlink(c_name)
146 self.addCleanup(test.test_support.unlink, c_name)
200 test.test_support.unlink(c_name)
201 self.addCleanup(test.test_support
[all...]
H A Dtest_abc.py7 from test import test_support namespace
225 test_support.gc_collect()
229 test_support.run_unittest(TestABC)
H A Dtest_abstract_numbers.py6 from test import test_support namespace
48 test_support.run_unittest(TestNumbers)
H A Dtest_aepack.py5 from test import test_support namespace
7 aetypes = test_support.import_module('aetypes')
8 aepack = test_support.import_module('aepack')
86 test_support.run_unittest(TestAepack)
H A Dtest_aifc.py1 from test.test_support import findfile, run_unittest, TESTFN
H A Dtest_al.py5 from test.test_support import verbose, import_module
H A Dtest_anydbm.py9 from test import test_support namespace
11 _fname = test_support.TESTFN
14 anydbm = test_support.import_module('anydbm', deprecated=True)
92 test_support.run_unittest(AnyDBMTestCase)
H A Dtest_applesingle.py5 from test import test_support namespace
8 MacOS = test_support.import_module('MacOS')
22 TESTFN2 = test_support.TESTFN + '2'
27 fp = open(test_support.TESTFN, 'w')
33 os.unlink(test_support.TESTFN)
54 applesingle.decode(test_support.TESTFN, TESTFN2)
63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
67 test_support.run_unittest(TestApplesingle)

Completed in 151 milliseconds

1234567891011>>