We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75506bf commit f88c20fCopy full SHA for f88c20f
tests/plugin_test.py
@@ -81,9 +81,7 @@ def run_django_coverage(
81
else:
82
tem = get_template(name or self.template_file)
83
ctx = Context(context or {})
84
- # timid=True here temporarily just because the plugin code is in
85
- # pytracer.py, not in tracer.c yet.
86
- self.cov = coverage.Coverage(timid=True, **options)
+ self.cov = coverage.Coverage(**options)
87
self.cov.config["run:plugins"].append("django_coverage_plugin")
88
if 0:
89
self.cov.config["run:debug"].append("trace")
0 commit comments