X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=tests%2Frun_tests.py;fp=tests%2Frun_tests.py;h=6d6c0b8b97ed0181589f9f71154a8c0a00a0877b;hb=57acb381eb927bcafd5a0c496e4fec8917f361a7;hp=3e5ee07758651b29f3187bdfdb7c1fbe4d14e475;hpb=e8cfdd16192b40c460a620cf04e2667b3020e5ac;p=python_utils.git 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