/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_msilib.py | 4 from test_support import run_unittest, import_module
|
test_readline.py | 9 from test.test_support import run_unittest, import_module
|
test_shelve.py | 5 from test import test_support namespace 7 test_support.import_module('anydbm', deprecated=True) 130 test_support.unlink(f) 152 test_support.run_unittest(
|
test_tcl.py | 6 from test import test_support namespace 10 _tkinter = test_support.import_module('_tkinter') 148 with test_support.EnvironmentVarGuard() as env: 189 test_support.run_unittest(TclTest, TkinterTest)
|
test_threading_local.py | 3 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)
|
test_undocumented_details.py | 1 from test.test_support import run_unittest, check_py3k_warnings
|
test_wait3.py | 8 from test.test_support import run_unittest, reap_children
|
test_wave.py | 1 from test.test_support import TESTFN, run_unittest
|
test_compiler.py | 1 import test.test_support namespace 2 compiler = test.test_support.import_module('compiler', deprecated=True) 26 # warning: if 'os' or 'test_support' are moved in some other dir, 29 testdir = os.path.dirname(test.test_support.__file__) 45 if test.test_support.verbose: 313 TEST_ALL = test.test_support.is_resource_enabled("cpu") 314 test.test_support.run_unittest(CompilerTest)
|
test_index.py | 2 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(
|
test_poplib.py | 15 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) 337 thread_info = test_support.threading_setup() 339 test_support.run_unittest(*tests) 341 test_support.threading_cleanup(*thread_info)
|
test_bool.py | 4 from test import test_support namespace 23 fo = open(test_support.TESTFN, "wb") 26 fo = open(test_support.TESTFN, "rb") 30 os.remove(test_support.TESTFN) 201 with test_support.check_py3k_warnings(): 225 if test_support.have_unicode: 264 f = file(test_support.TESTFN, "w") 269 os.remove(test_support.TESTFN) 281 with test_support.check_py3k_warnings(): 367 test_support.run_unittest(BoolTest [all...] |
test_docxmlrpc.py | 4 from test import test_support namespace 5 threading = test_support.import_module('threading') 72 self._threads = test_support.threading_setup() 94 test_support.threading_cleanup(*self._threads) 198 test_support.run_unittest(DocXMLRPCHTTPGETServer)
|
test_enumerate.py | 4 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__)
|
test_winsound.py | 4 from test import test_support namespace 5 test_support.requires('audio') 10 winsound = test_support.import_module('winsound') 11 ctypes = test_support.import_module('ctypes') 253 test_support.run_unittest(BeepTest, MessageBeepTest, PlaySoundTest)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 1 import test.test_support namespace 2 compiler = test.test_support.import_module('compiler', deprecated=True) 26 # warning: if 'os' or 'test_support' are moved in some other dir, 29 testdir = os.path.dirname(test.test_support.__file__) 45 if test.test_support.verbose: 313 TEST_ALL = test.test_support.is_resource_enabled("cpu") 314 test.test_support.run_unittest(CompilerTest)
|
test_index.py | 2 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(
|
test_poplib.py | 15 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) 337 thread_info = test_support.threading_setup() 339 test_support.run_unittest(*tests) 341 test_support.threading_cleanup(*thread_info)
|
test_bool.py | 4 from test import test_support namespace 23 fo = open(test_support.TESTFN, "wb") 26 fo = open(test_support.TESTFN, "rb") 30 os.remove(test_support.TESTFN) 201 with test_support.check_py3k_warnings(): 225 if test_support.have_unicode: 264 f = file(test_support.TESTFN, "w") 269 os.remove(test_support.TESTFN) 281 with test_support.check_py3k_warnings(): 367 test_support.run_unittest(BoolTest [all...] |
test_docxmlrpc.py | 4 from test import test_support namespace 5 threading = test_support.import_module('threading') 72 self._threads = test_support.threading_setup() 94 test_support.threading_cleanup(*self._threads) 198 test_support.run_unittest(DocXMLRPCHTTPGETServer)
|
test_enumerate.py | 4 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__)
|
test_winsound.py | 4 from test import test_support namespace 5 test_support.requires('audio') 10 winsound = test_support.import_module('winsound') 11 ctypes = test_support.import_module('ctypes') 253 test_support.run_unittest(BeepTest, MessageBeepTest, PlaySoundTest)
|
test_array.py | 8 from test import test_support namespace 167 test_support.unlink(test_support.TESTFN) 168 f = open(test_support.TESTFN, 'wb') 173 f = open(test_support.TESTFN, 'rb') 190 test_support.unlink(test_support.TESTFN) 196 f = open(test_support.TESTFN, 'wb') 201 test_support.unlink(test_support.TESTFN [all...] |
test_asynchat.py | 6 from test import test_support namespace 12 HOST = test_support.HOST 25 self.port = test_support.bind_port(self.sock) 104 self._threads = test_support.threading_setup() 107 test_support.threading_cleanup(*self._threads) 269 test_support.run_unittest(TestAsynchat, TestAsynchat_WithPoll,
|
test_gzip.py | 6 from test import test_support namespace 10 gzip = test_support.import_module('gzip') 26 filename = test_support.TESTFN 29 test_support.unlink(self.filename) 32 test_support.unlink(self.filename) 301 test_support.run_unittest(TestGzip)
|