summaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-06-04 09:08:58 -0700
committerScott Gasch <[email protected]>2022-06-04 09:08:58 -0700
commit57acb381eb927bcafd5a0c496e4fec8917f361a7 (patch)
treedfb8376dddbfd29c1ebd490856634f60d6f766d7 /tests/run_tests.py
parente8cfdd16192b40c460a620cf04e2667b3020e5ac (diff)
Spacing tweak.
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py3
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