summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-24 10:28:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-24 10:28:44 -0500
commit4ddf53a6d962a001782a0838b1b8748041125be4 (patch)
treefff894b694537d9ada8e0d2a12c24847c28b8cd3 /tests/test_cmdline.py
parentc1bfa7352368b63f3a9b30c02f242408d07a7ab2 (diff)
downloadpython-coveragepy-git-4ddf53a6d962a001782a0838b1b8748041125be4.tar.gz
Make the two forms of debug output more uniform
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 266cb957..ebf5ab59 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -229,7 +229,7 @@ class CmdLineTest(BaseCmdLineTest):
)
self.command_line("debug data", _covpkg=fake)
self.assertMultiLineEqual(self.stdout(), textwrap.dedent("""\
- -- data ---------------------------------------
+ -- data ------------------------------------------------------
path: FILENAME
has_arcs: False
@@ -242,7 +242,7 @@ class CmdLineTest(BaseCmdLineTest):
fake = FakeCoverageForDebugData(summary={})
self.command_line("debug data", _covpkg=fake)
self.assertMultiLineEqual(self.stdout(), textwrap.dedent("""\
- -- data ---------------------------------------
+ -- data ------------------------------------------------------
path: FILENAME
has_arcs: False
No data collected