diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-16 20:42:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-16 20:42:36 -0500 |
commit | e0ad5837194a4a8cd1a2ddf392c5b0db6a80e705 (patch) | |
tree | f4cf58fa5f9a9de708cadbb2cd513c8e1f4dd08a /tests/test_plugins.py | |
parent | 8011c04d5585e4d3963da0107f8d3bf2a457a458 (diff) | |
download | python-coveragepy-git-e0ad5837194a4a8cd1a2ddf392c5b0db6a80e705.tar.gz |
Ship 4.0a5coverage-4.0a5
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 95c5e3d3..74f78cf4 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -431,6 +431,8 @@ class BadPluginTest(FileTracerTest): """) self.run_bad_plugin("bad_plugin", our_error=False) + # This test currently crashes the C tracer function. I'm working on + # figuring out why.... def xxx_dynamic_source_filename_fails(self): self.make_file("bad_plugin.py", """\ import coverage.plugin |