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
commitb66087b931260545f56a403f8689c224f3132a04 (patch)
treeb88dcf54c8ec1d7beaff0bcc4a7832cb07827be9 /test/test_arcs.py
parent6cae18275a1bf810cbdda26b5e4f32e7b6eb9916 (diff)
downloadpython-coveragepy-b66087b931260545f56a403f8689c224f3132a04.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 34d1069..11288fd 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):