diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-01 16:38:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-01 16:38:58 -0500 |
commit | 92894b5562af16f482242a387d6bbf216025bf66 (patch) | |
tree | 1bd7aadcb0897d1c95d56401834185756cc790aa /test/test_arcs.py | |
parent | 72952295770b200e8efcce392bbbb5f60ac7456c (diff) | |
download | python-coveragepy-git-92894b5562af16f482242a387d6bbf216025bf66.tar.gz |
Mark expected-failure tests as such
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r-- | test/test_arcs.py | 2 |
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): |