Skip to content

Commit e238e78

Browse files
committed
Set no exception on diff
1 parent 98a7f74 commit e238e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def runner():
6767
run = ClassicRunner()
6868

6969
yield run
70-
print(run.get_all_test_results())
70+
print(run.get_all_test_results(False))
7171

7272

7373
@pytest.fixture(scope='session')

0 commit comments

Comments
 (0)