diff options
Diffstat (limited to 'tests/run_tests.py')
| -rwxr-xr-x | tests/run_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py index 3e5ee07..6d6c0b8 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -408,8 +408,7 @@ def code_coverage_report(): out = exec_utils.cmd('coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover') print(out) print( - """ -To recall this report w/o re-running the tests: + """To recall this report w/o re-running the tests: $ coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover |
