Lines Matching refs:path
33 abs_test_data_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'test_data'))
38 def test_data_path(path):
39 return os.path.join(abs_test_data_dir, path)
68 kconfig_path = os.path.join(test_tmpdir, '.config')
404 with open(os.path.join(dir, '.kunitconfig'), 'w'):
414 other = os.path.join(dir, 'otherkunitconfig')
415 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
427 other = os.path.join(dir, 'otherkunitconfig')
428 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
571 path = test_data_path('test_is_test_passed-all_passed.log')
572 with open(path) as file: