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 938601d commit 4771035Copy full SHA for 4771035
tests/test_runner.py
@@ -1,6 +1,7 @@
1
+import pytest
2
+
3
from pytest_django.runner import PytestTestRunner
4
from unittest.mock import Mock, call
-import pytest
5
6
7
@pytest.mark.parametrize("kwargs, expected", [
0 commit comments