You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the aggregate_tests.py TextTestRunner buffering so that
output from failing tests is now printed below the failure. This
is done by adding a logging handler that allows TextTestRunner
to modify sys.stderr value between tests.
aggregate_tests.py now accepts the same verbosity flag as individual
test files (e.g. '-vvv' for DEBUG level).
tox sets '-vvv' so failing tests will now get DEBUG output: this
probably makes sense on CI at least.
Fixes#1120
Signed-off-by: Jussi Kukkonen <[email protected]>
0 commit comments