/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 12 from test import test_support namespace 13 from test.test_support import TESTFN, run_unittest, unlink 21 HOST = test_support.HOST 354 @test_support.reap_threads 359 port = test_support.bind_port(sock) 709 @test_support.reap_threads
|
test_dict.py | 2 from test import test_support namespace 592 @test_support.cpython_only 610 @test_support.cpython_only 674 @test_support.cpython_only 694 with test_support.check_py3k_warnings( 697 test_support.run_unittest(
|
test_httplib.py | 11 from test import test_support namespace 13 HOST = test_support.HOST 422 self.port = test_support.bind_port(self.serv) 423 self.source_port = test_support.find_unused_port() 455 TimeoutTest.PORT = test_support.bind_port(self.serv) 528 test_support.run_unittest(HeaderTests, OfflineTest, BasicTest, TimeoutTest,
|
test_httpservers.py | 23 from test import test_support namespace 26 threading = test_support.import_module('threading') 72 self._threads = test_support.threading_setup() 73 os.environ = test_support.EnvironmentVarGuard() 82 test_support.threading_cleanup(*self._threads) 527 test_support.run_unittest(BaseHTTPRequestHandlerTestCase,
|
test_import.py | 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, 178 # XXX (ncoghlan): It would be nice to use test_support.CleanImport 292 import test.test_support namespace 294 self.assertTrue(hasattr(test.test_support, "__file__")) 297 import test.test_support as y 298 self.assertIs(y, test.test_support, y.__name__)
|
test_sys_settrace.py | 3 from test import test_support namespace 674 with open(test_support.TESTFN, "wb") as fp: 676 with open(test_support.TESTFN, "wb") as fp: 751 self.addCleanup(test_support.unlink, test_support.TESTFN) 793 test_support.run_unittest(
|
test_mailbox.py | 12 from test import test_support namespace 22 rfc822 = test_support.import_module('rfc822', deprecated=True) 43 test_support.rmtree(target) 45 test_support.unlink(target) 54 self._path = test_support.TESTFN [all...] |
test_codecs.py | 1 from test import test_support namespace 494 self.addCleanup(test_support.unlink, test_support.TESTFN) 495 with open(test_support.TESTFN, 'wb') as fp: 497 with codecs.open(test_support.TESTFN, 'U', encoding=self.encoding) as reader: [all...] |
test_socket.py | 4 from test import test_support namespace 33 HOST = test_support.HOST 44 HOST = test_support.HOST 51 self.port = test_support.bind_port(self.serv) 62 self.port = test_support.bind_port(self.serv) [all...] |
test_xmlrpc.py | 14 from test import test_support namespace 171 with test_support.CleanImport('sys'): [all...] |
list_tests.py | 8 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(
|
test_pyexpat.py | 9 from test import test_support namespace 10 from test.test_support import sortdict, run_unittest 222 fp = open(test_support.TESTFN, 'wb') 229 test_support.unlink(test_support.TESTFN)
|
test_random.py | 10 from test import test_support namespace 56 with test_support.check_py3k_warnings(quiet=True): 159 f = open(test_support.findfile(file),"rb") 612 test_support.run_unittest(*testclasses) 619 test_support.run_unittest(*testclasses)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 12 from test import test_support namespace 22 rfc822 = test_support.import_module('rfc822', deprecated=True) 43 test_support.rmtree(target) 45 test_support.unlink(target) 54 self._path = test_support.TESTFN [all...] |
test_codecs.py | 1 from test import test_support namespace 494 self.addCleanup(test_support.unlink, test_support.TESTFN) 495 with open(test_support.TESTFN, 'wb') as fp: 497 with codecs.open(test_support.TESTFN, 'U', encoding=self.encoding) as reader: [all...] |
test_socket.py | 4 from test import test_support namespace 33 HOST = test_support.HOST 44 HOST = test_support.HOST 51 self.port = test_support.bind_port(self.serv) 62 self.port = test_support.bind_port(self.serv) [all...] |
test_xmlrpc.py | 14 from test import test_support namespace 171 with test_support.CleanImport('sys'): [all...] |
list_tests.py | 8 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(
|
test_pyexpat.py | 9 from test import test_support namespace 10 from test.test_support import sortdict, run_unittest 222 fp = open(test_support.TESTFN, 'wb') 229 test_support.unlink(test_support.TESTFN)
|
test_random.py | 10 from test import test_support namespace 56 with test_support.check_py3k_warnings(quiet=True): 159 f = open(test_support.findfile(file),"rb") 612 test_support.run_unittest(*testclasses) 619 test_support.run_unittest(*testclasses)
|
test_descrtut.py | 11 from test.test_support import sortdict 492 from test import test_support, test_descrtut namespace 493 test_support.run_doctest(test_descrtut, verbose)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 451 from bsddb3 import test_support namespace 454 from test import test_support namespace 456 from test import support as test_support namespace 517 test_support.rmtree(path) 542 test_support.rmtree(get_new_path.prefix)
|
test_compare.py | 11 from test_all import db, dbshelve, test_support, \ 90 test_support.rmtree(self.homeDir) 276 test_support.rmtree(self.homeDir) 12 get_new_environment_path, get_new_database_path namespace
|
test_dbshelve.py | 10 from test_all import db, dbshelve, test_support, verbose, \ 51 test_support.unlink(self.filename) 311 test_support.rmtree(self.homeDir) 11 get_new_environment_path, get_new_database_path namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 451 from bsddb3 import test_support namespace 454 from test import test_support namespace 456 from test import support as test_support namespace 517 test_support.rmtree(path) 542 test_support.rmtree(get_new_path.prefix)
|