From 57acb381eb927bcafd5a0c496e4fec8917f361a7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 4 Jun 2022 09:08:58 -0700 Subject: [PATCH] Spacing tweak. --- tests/run_tests.py | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.46.0