Searched refs:test_support (Results 201 - 225 of 450) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_fork1.py11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
H A Dtest_gl.py7 from test.test_support import verbose, import_module
H A Dtest_imgfile.py7 from test.test_support import verbose, unlink, findfile, import_module
H A Dtest_peepholer.py225 from test import test_support namespace
228 with test_support.check_py3k_warnings(
230 test_support.run_unittest(*test_classes)
237 test_support.run_unittest(*test_classes)
H A Dtest_platform.py7 from test import test_support namespace
21 link = os.path.abspath(test_support.TESTFN)
137 with test_support.EnvironmentVarGuard() as environ:
249 test_support.run_unittest(
H A Dtest_threadedtempfile.py21 from test.test_support import threading_setup, threading_cleanup, run_unittest, import_module
H A Dtest_threading_local.py3 from test import test_support namespace
8 _thread = test_support.import_module('thread')
9 threading = test_support.import_module('threading')
231 test_support.run_unittest(suite)
H A Dtest_unary.py4 from test.test_support import run_unittest, have_unicode
H A Dtest_undocumented_details.py1 from test.test_support import run_unittest, check_py3k_warnings
H A Dtest_wave.py1 from test.test_support import TESTFN, run_unittest
H A Dtest_winsound.py4 from test import test_support namespace
9 winsound = test_support.import_module('winsound')
10 ctypes = test_support.import_module('ctypes')
252 test_support.run_unittest(BeepTest, MessageBeepTest, PlaySoundTest)
H A Dtest_xml_etree.py17 from test import test_support namespace
18 from test.test_support import findfile
1849 self.checkwarnings = test_support.check_warnings(*deprecations,
1880 test_support.run_doctest(test_xml_etree, verbosity=True)
H A Dtest_bsddb.py7 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(
H A Dtest_index.py2 from test import test_support namespace
5 maxsize = test_support.MAX_Py_ssize_t
287 with test_support.check_py3k_warnings():
294 with test_support.check_py3k_warnings():
303 test_support.run_unittest(
315 with test_support.check_py3k_warnings():
316 test_support.run_unittest(
H A Dtest_poplib.py15 from test import test_support namespace
16 from test.test_support import HOST
17 threading = test_support.import_module('threading')
285 self.port = test_support.bind_port(self.sock)
335 thread_info = test_support.threading_setup()
337 test_support.run_unittest(*tests)
339 test_support.threading_cleanup(*thread_info)
H A Dtest_enumerate.py4 from test import test_support namespace
106 @test_support.cpython_only
155 @test_support.cpython_only
244 test_support.run_unittest(__name__)
250 test_support.run_unittest(__name__)
H A Dtest_sort.py1 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)
H A Dtest_file2k.py13 from test import test_support namespace
14 from test.test_support import TESTFN, run_unittest
40 with test_support.check_py3k_warnings():
46 with test_support.check_py3k_warnings():
121 with test_support.check_py3k_warnings():
432 self._threads = test_support.threading_setup()
452 test_support.threading_cleanup(*self._threads)
488 if test_support.verbose:
512 if test_support.verbose:
H A Dtest_httplib.py11 from test import test_support namespace
13 HOST = test_support.HOST
359 self.port = test_support.bind_port(self.serv)
360 self.source_port = test_support.find_unused_port()
392 TimeoutTest.PORT = test_support.bind_port(self.serv)
443 test_support.run_unittest(HeaderTests, OfflineTest, BasicTest, TimeoutTest,
H A Dtest_richcmp.py4 from test import test_support namespace
32 raise test_support.TestFailed, "Number.__cmp__() should not be called"
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
330 test_support.run_unittest(VectorTest, NumberTest, MiscTest, ListTest)
331 with test_support.check_py3k_warnings(("dict inequality comparisons "
334 test_support.run_unittest(DictTest)
H A Dtest_copy_reg.py4 from test import test_support namespace
117 test_support.run_unittest(CopyRegTestCase)
H A Dtest_cpickle.py5 from test import test_support namespace
129 test_support.run_unittest(
H A Dtest_hash.py7 from test import test_support namespace
138 test_support.run_unittest(HashEqualityTestCase,
H A Dtest_pow.py1 import test.test_support, unittest namespace
126 test.test_support.run_unittest(PowTest)
H A Dtest_quopri.py1 from test import test_support namespace
197 test_support.run_unittest(QuopriTestCase)

Completed in 733 milliseconds

1234567891011>>