Searched defs:test_dir (Results 1 - 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/ |
H A D | test_fileapp.py | 138 def test_dir(): function
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
H A D | test_encoding.py | 11 from .support import get_data_files, TestData, test_dir, errorMessage namespace 65 with open(os.path.join(test_dir, "encoding" , "chardet", "test_big5.txt"), "rb") as fp:
|
H A D | support.py | 11 test_dir = os.path.join(base_path, 'testdata') variable 53 return glob.glob(os.path.join(test_dir, subdirectory, files))
|
Completed in 196 milliseconds