projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cfdd1
)
Spacing tweak.
author
Scott Gasch
<
[email protected]
>
Sat, 4 Jun 2022 16:08:58 +0000
(09:08 -0700)
committer
Scott Gasch
<
[email protected]
>
Sat, 4 Jun 2022 16:08:58 +0000
(09:08 -0700)
tests/run_tests.py
patch
|
blob
|
history
diff --git
a/tests/run_tests.py
b/tests/run_tests.py
index 3e5ee07758651b29f3187bdfdb7c1fbe4d14e475..6d6c0b8b97ed0181589f9f71154a8c0a00a0877b 100755
(executable)
--- 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