Loading tests/conftest.py +1 −0 Original line number Diff line number Diff line Loading @@ -426,6 +426,7 @@ class DecoderFrontend: print(result.stdout) pytest.fail(f"eid-xor operation failed!") os.remove(input_bitstream_path) os.rename(input_bitstream_path + ".fer", input_bitstream_path) if add_option_list is not None: Loading Loading
tests/conftest.py +1 −0 Original line number Diff line number Diff line Loading @@ -426,6 +426,7 @@ class DecoderFrontend: print(result.stdout) pytest.fail(f"eid-xor operation failed!") os.remove(input_bitstream_path) os.rename(input_bitstream_path + ".fer", input_bitstream_path) if add_option_list is not None: Loading