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_api.py | |
parent | 72952295770b200e8efcce392bbbb5f60ac7456c (diff) | |
download | python-coveragepy-git-92894b5562af16f482242a387d6bbf216025bf66.tar.gz |
Mark expected-failure tests as such
Diffstat (limited to 'test/test_api.py')
-rw-r--r-- | test/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py index 5945e6a8..559684b8 100644 --- a/test/test_api.py +++ b/test/test_api.py @@ -335,7 +335,7 @@ class ApiTest(CoverageTest): self.assertEqual(statements, [1, 2]) self.assertEqual(missing, []) - if 0: # Skipping failing test + if 0: # expected failure # for https://bitbucket.org/ned/coveragepy/issue/79 def test_start_save_stop(self): self.make_file("code1.py", """\ |