summaryrefslogtreecommitdiff
path: root/test/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-01-01 16:38:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-01-01 16:38:58 -0500
commit92894b5562af16f482242a387d6bbf216025bf66 (patch)
tree1bd7aadcb0897d1c95d56401834185756cc790aa /test/test_arcs.py
parent72952295770b200e8efcce392bbbb5f60ac7456c (diff)
downloadpython-coveragepy-git-92894b5562af16f482242a387d6bbf216025bf66.tar.gz
Mark expected-failure tests as such
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r--test/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py
index 34d10696..11288fd2 100644
--- a/test/test_arcs.py
+++ b/test/test_arcs.py
@@ -448,7 +448,7 @@ class ExceptionArcTest(CoverageTest):
arcz=".1 12 23 34 3D 45 56 67 68 7A 8A A3 AB AD BC CD D.",
arcz_missing="3D AB BC CD", arcz_unpredicted="")
- if 0:
+ if 0: # expected failure
def test_finally_in_loop_2(self):
self.check_coverage("""\
for i in range(5):