Skip to content

Commit

Permalink
Set no exception on diff
Browse files Browse the repository at this point in the history
  • Loading branch information
eirenik0 committed Jan 13, 2025
1 parent 98a7f74 commit e238e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def runner():
run = ClassicRunner()

yield run
print(run.get_all_test_results())
print(run.get_all_test_results(False))


@pytest.fixture(scope='session')
Expand Down

0 comments on commit e238e78

Please sign in to comment.