Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jul 3, 2024
1 parent 0b17f53 commit 0a7a87b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cmd_test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ def test_markdown(self):

# Run minimal version
minimal_results_path = os.path.join(f, "minimal_markdown_results")
self._check_exit_code(["test_reports", "--test_output_markdown_minimal", minimal_results_path, json_path], exit_code=0)
self._check_exit_code(
["test_reports", "--test_output_markdown_minimal", minimal_results_path, json_path], exit_code=0
)
assert os.path.exists(minimal_results_path)
# Make sure minimal markdown is compacted
assert os.path.getsize(minimal_results_path) < os.path.getsize(results_path)

0 comments on commit 0a7a87b

Please sign in to comment.