Commit 903c433d authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Test Scan2Report help

parent de892078
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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()