Loading tests/test_scan2report.py +3 −0 Original line number Diff line number Diff line Loading @@ -126,3 +126,6 @@ class TestScan2Report: json_dump(current_result[i], output_path_by_filename(filename + '_current')) json_dump(correct_result[i], output_path_by_filename(filename + '_correct')) raise def test_help(self): s2r.Scan2ReportInstance().usage() Loading
tests/test_scan2report.py +3 −0 Original line number Diff line number Diff line Loading @@ -126,3 +126,6 @@ class TestScan2Report: json_dump(current_result[i], output_path_by_filename(filename + '_current')) json_dump(correct_result[i], output_path_by_filename(filename + '_correct')) raise def test_help(self): s2r.Scan2ReportInstance().usage()