Skip to content

Commit

Permalink
Merge pull request #76 from CybercentreCanada/bugfix/regenerate_tests
Browse files Browse the repository at this point in the history
Bugfix/regenerate tests
  • Loading branch information
cccs-jh authored Jul 5, 2024
2 parents de3db65 + cde1331 commit 9bc288d
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 9bc288d

Please sign in to comment.