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 00a587d commit 5378120Copy full SHA for 5378120
tests/plugin_test.py
@@ -8,9 +8,9 @@
8
import re
9
import unittest
10
11
-import coverage
12
-from coverage.test_helpers import TempDirMixin
+from unittest_mixins import StdStreamCapturingMixin, TempDirMixin
13
+import coverage
14
import django
15
from django.conf import settings
16
tox.ini
@@ -21,6 +21,7 @@ envlist =
21
22
[testenv]
23
deps =
24
+ unittest-mixins==1.0
25
django14: Django >=1.4, <1.5
26
django15: Django >=1.5, <1.6
27
django16: Django >=1.6, <1.7
0 commit comments