Skip to content

Commit f88c20f

Browse files
committed
No longer need timid=true
1 parent 75506bf commit f88c20f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/plugin_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ def run_django_coverage(
8181
else:
8282
tem = get_template(name or self.template_file)
8383
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)
84+
self.cov = coverage.Coverage(**options)
8785
self.cov.config["run:plugins"].append("django_coverage_plugin")
8886
if 0:
8987
self.cov.config["run:debug"].append("trace")

0 commit comments

Comments
 (0)