Spacing tweak.
authorScott Gasch <[email protected]>
Sat, 4 Jun 2022 16:08:58 +0000 (09:08 -0700)
committerScott Gasch <[email protected]>
Sat, 4 Jun 2022 16:08:58 +0000 (09:08 -0700)
tests/run_tests.py

index 3e5ee07758651b29f3187bdfdb7c1fbe4d14e475..6d6c0b8b97ed0181589f9f71154a8c0a00a0877b 100755 (executable)
@@ -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