diff options
| author | Scott Gasch <[email protected]> | 2022-06-04 09:08:58 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-06-04 09:08:58 -0700 |
| commit | 57acb381eb927bcafd5a0c496e4fec8917f361a7 (patch) | |
| tree | dfb8376dddbfd29c1ebd490856634f60d6f766d7 /tests | |
| parent | e8cfdd16192b40c460a620cf04e2667b3020e5ac (diff) | |
Spacing tweak.
Diffstat (limited to 'tests')
| -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 |
