summaryrefslogtreecommitdiff
path: root/test/test_parser.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:52:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:52:35 -0500
commit98061a5b4dbd83e0ccd84303d8e075ce640440d8 (patch)
tree558739350708c3ef886d2b02121bcf50c449f8d4 /test/test_parser.py
parentd90321edbb0625a15ed970da20efae104c72c108 (diff)
downloadpython-coveragepy-98061a5b4dbd83e0ccd84303d8e075ce640440d8.tar.gz
Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to do about it right now.
Diffstat (limited to 'test/test_parser.py')
-rw-r--r--test/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parser.py b/test/test_parser.py
index 201d532..9f0f00b 100644
--- a/test/test_parser.py
+++ b/test/test_parser.py
@@ -64,7 +64,7 @@ class ParserTest(CoverageTest):
pass
""")
self.assertEqual(cp.exit_counts(), {
- 1:1, 2:1, 3:1
+ 1:0, 2:1, 3:1
})
def XXX_missing_branch_to_excluded_code(self):