Skip to content

Commit

Permalink
Remove regenerate_results
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Jul 5, 2024
1 parent de3db65 commit cde1331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_deobfuscripter_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Initialize test helper
service_class = load_module_by_path("deobs.DeobfuScripter", os.path.join(os.path.dirname(__file__), ".."))
th = TestHelper(service_class, RESULTS_FOLDER, SAMPLES_FOLDER)
th.regenerate_results()


@pytest.mark.parametrize("sample", th.result_list())
def test_sample(sample):
Expand Down

0 comments on commit cde1331

Please sign in to comment.