/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 15 TESTFN, rmtree, reap_children, captured_stdout) 309 self.test_dir = os.mkdir(TESTFN) 310 self.addCleanup(rmtree, TESTFN) 326 sourcefn = os.path.join(TESTFN, modname) + os.extsep + "py" 330 result = run_pydoc(modname, PYTHONPATH=TESTFN) 336 pkgdir = os.path.join(TESTFN, "syntaxerr") 341 result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN) 346 self.unreadable_dir = os.path.join(TESTFN, "unreadable") 351 result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN)
|
list_tests.py | 60 with open(test_support.TESTFN, "wb") as fo: 62 with open(test_support.TESTFN, "rb") as fo: 65 os.remove(test_support.TESTFN)
|
test_cfgparser.py | 429 with open(test_support.TESTFN, 'w') as f: 433 os.unlink(test_support.TESTFN) 439 with open(test_support.TESTFN) as f:
|
test_complex.py | 482 fo = open(test_support.TESTFN, "wb") 485 fo = open(test_support.TESTFN, "rb") 490 test_support.unlink(test_support.TESTFN)
|
test_cookielib.py | 255 filename = test_support.TESTFN 271 filename = test_support.TESTFN 377 filename = test_support.TESTFN [all...] |
test_set.py | 302 fo = open(test_support.TESTFN, "wb") 306 fo = open(test_support.TESTFN, "rb") 310 test_support.unlink(test_support.TESTFN) 702 fo = open(test_support.TESTFN, "wb") 706 fo = open(test_support.TESTFN, "rb") 710 test_support.unlink(test_support.TESTFN) [all...] |
test_gzip.py | 26 filename = test_support.TESTFN
|
test_mailbox.py | 54 self._path = test_support.TESTFN [all...] |
test_pyexpat.py | 222 fp = open(test_support.TESTFN, 'wb') 229 test_support.unlink(test_support.TESTFN)
|
test_sys.py | 498 self.file = open(test.test_support.TESTFN, 'wb') 502 test.test_support.unlink(test.test_support.TESTFN)
|
test_codecs.py | 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_bz2.py | 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile 52 self.filename = TESTFN
|
test_multiprocessing.py | 330 def _test_sys_exit(cls, reason, testfn): 331 sys.stderr = open(testfn, 'w') 339 testfn = test_support.TESTFN 340 self.addCleanup(test_support.unlink, testfn) 343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn)) 349 with open(testfn, 'r') as f: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 15 TESTFN, rmtree, reap_children, captured_stdout) 309 self.test_dir = os.mkdir(TESTFN) 310 self.addCleanup(rmtree, TESTFN) 326 sourcefn = os.path.join(TESTFN, modname) + os.extsep + "py" 330 result = run_pydoc(modname, PYTHONPATH=TESTFN) 336 pkgdir = os.path.join(TESTFN, "syntaxerr") 341 result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN) 346 self.unreadable_dir = os.path.join(TESTFN, "unreadable") 351 result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN)
|
list_tests.py | 60 with open(test_support.TESTFN, "wb") as fo: 62 with open(test_support.TESTFN, "rb") as fo: 65 os.remove(test_support.TESTFN)
|
test_cfgparser.py | 429 with open(test_support.TESTFN, 'w') as f: 433 os.unlink(test_support.TESTFN) 439 with open(test_support.TESTFN) as f:
|
test_complex.py | 482 fo = open(test_support.TESTFN, "wb") 485 fo = open(test_support.TESTFN, "rb") 490 test_support.unlink(test_support.TESTFN)
|
test_cookielib.py | 255 filename = test_support.TESTFN 271 filename = test_support.TESTFN 377 filename = test_support.TESTFN [all...] |
test_set.py | 302 fo = open(test_support.TESTFN, "wb") 306 fo = open(test_support.TESTFN, "rb") 310 test_support.unlink(test_support.TESTFN) 702 fo = open(test_support.TESTFN, "wb") 706 fo = open(test_support.TESTFN, "rb") 710 test_support.unlink(test_support.TESTFN) [all...] |
test_gzip.py | 26 filename = test_support.TESTFN
|
test_mailbox.py | 54 self._path = test_support.TESTFN [all...] |
test_pyexpat.py | 222 fp = open(test_support.TESTFN, 'wb') 229 test_support.unlink(test_support.TESTFN)
|
test_sys.py | 498 self.file = open(test.test_support.TESTFN, 'wb') 502 test.test_support.unlink(test.test_support.TESTFN)
|
test_codecs.py | 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_bz2.py | 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile 52 self.filename = TESTFN
|