Loading conformance-test/test_26252.py +1 −7 Original line number Diff line number Diff line Loading @@ -96,13 +96,7 @@ for s in scripts: diff_opts = "" for proc in preproc: proc = replace_paths(proc, testv_path, ref_path, cut_path) if 'rm' in proc: path = proc.split()[-1] if os.path.exists(path): shutil.rmtree(path) if 'mkdir' in proc: path = proc.split()[-1] os.makedirs(path) subprocess.run(proc.split()) @pytest.mark.parametrize("test_tag", list(test_dict.keys())) def test_26252(test_tag, encoder_path, decoder_path, renderer_path): Loading Loading
conformance-test/test_26252.py +1 −7 Original line number Diff line number Diff line Loading @@ -96,13 +96,7 @@ for s in scripts: diff_opts = "" for proc in preproc: proc = replace_paths(proc, testv_path, ref_path, cut_path) if 'rm' in proc: path = proc.split()[-1] if os.path.exists(path): shutil.rmtree(path) if 'mkdir' in proc: path = proc.split()[-1] os.makedirs(path) subprocess.run(proc.split()) @pytest.mark.parametrize("test_tag", list(test_dict.keys())) def test_26252(test_tag, encoder_path, decoder_path, renderer_path): Loading