diff --git a/noxfile.py b/noxfile.py index 34d328ea..c8513723 100644 --- a/noxfile.py +++ b/noxfile.py @@ -177,6 +177,7 @@ def unit(session): '--cov-branch', '--cov-report=xml', '--doctest-modules', + '-vv', *session.posargs, 'test/unit', ]