Skip to content

Commit

Permalink
Update tests/test_cmd_test_reports.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
bernt-matthias and mvdbeek authored Jul 1, 2024
1 parent a32a827 commit 767af84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cmd_test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def test_markdown(self):
assert os.path.isdir(minimal_results_path)
assert len(os.listdir(minimal_results_path))

minimal_markdown_results = os.path.join(minimal_results_path, "tool_test_output.md")
assert os.path.getsize(minimal_markdown_results) < os.path.getsize(markdown_results)

0 comments on commit 767af84

Please sign in to comment.