diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-10 05:30:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-10 05:30:58 -0400 |
commit | 190d8bcea6085014b2ae6eff7256cc344419b19d (patch) | |
tree | 5e27c87820b40f24e14f624bfcbc77833f30e95b /tests/test_html.py | |
parent | 6de76885ca9da9354cd8f8883be0901dcbf0dbb2 (diff) | |
download | python-coveragepy-git-190d8bcea6085014b2ae6eff7256cc344419b19d.tar.gz |
The C tracer can do dynamic contexts, so don't skip this test
Diffstat (limited to 'tests/test_html.py')
-rw-r--r-- | tests/test_html.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_html.py b/tests/test_html.py index 36bfad08..7c1c74f0 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -1046,10 +1046,6 @@ def html_data_from_cov(cov, morf): class HtmlWithContextsTest(HtmlTestHelpers, CoverageTest): """Tests of the HTML reports with shown contexts.""" - def setUp(self): - if not env.C_TRACER: - self.skipTest("Only the C tracer supports dynamic contexts") - super(HtmlWithContextsTest, self).setUp() SOURCE = """\ def helper(lineno): |