Searched refs:write_tests (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | bisect_cmd.py | 31 def write_tests(filename, tests): function 42 write_tests(filename, tests) 69 write_tests(tmp, tests)
|
/external/python/cpython2/Lib/test/ |
D | bisect_cmd.py | 32 def write_tests(filename, tests): function 43 write_tests(filename, tests) 77 write_tests(tmp, tests)
|
/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 234 write_tests = [ variable 344 run_test_family(write_tests, "t", binary_files, 353 run_test_family(write_tests, "b", text_files,
|
/external/python/cpython2/Tools/iobench/ |
D | iobench.py | 233 write_tests = [ variable 333 run_test_family(write_tests, "t", binary_files, 342 run_test_family(write_tests, "b", text_files,
|