We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00d297 commit 50ad7a1Copy full SHA for 50ad7a1
tests/async/conftest.py
@@ -6,4 +6,5 @@
6
@pytest.hookimpl
7
def pytest_sessionfinish(session: pytest.Session, exitstatus: int):
8
write_results_to_csv()
9
- print_comparison_table()
+ if session.config.getoption("verbose"):
10
+ print_comparison_table()
0 commit comments