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 c15bd91 commit e517f2aCopy full SHA for e517f2a
testing/test_terminal.py
@@ -161,7 +161,7 @@ def test_b(): pass
161
rep.config.option.verbose = 1
162
reprec = pytester.inline_run()
163
reports = reprec.getreports("pytest_runtest_logreport")
164
- rep._show_progress_info = None
+ rep._show_progress_info = False
165
166
# Trigger
167
rep.pytest_runtest_logreport(reports[1])
0 commit comments