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 | b66087b931260545f56a403f8689c224f3132a04 (patch) | |
tree | b88dcf54c8ec1d7beaff0bcc4a7832cb07827be9 /test/test_arcs.py | |
parent | 6cae18275a1bf810cbdda26b5e4f32e7b6eb9916 (diff) | |
download | python-coveragepy-b66087b931260545f56a403f8689c224f3132a04.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 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): |