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