Searched refs:main_file (Results 1 – 1 of 1) sorted by relevance
2517 main_file = os.path.join(tmpdir, 'test_with_include.dts')2518 with open(main_file, 'w') as f:2535 dt = dtlib.DT(main_file, include_path=[tmpdir])2541 assert os.path.samefile(test_node2.filename, main_file)2543 assert os.path.samefile(prop2A.filename, main_file)2545 assert os.path.samefile(prop2B.filename, main_file)2556 assert os.path.samefile(prop1B.filename, main_file)