Skip to content

Commit abda6a5

Browse files
committed
.
1 parent 4771035 commit abda6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
from unittest.mock import Mock, call
2+
13
import pytest
24

35
from pytest_django.runner import PytestTestRunner
4-
from unittest.mock import Mock, call
56

67

78
@pytest.mark.parametrize("kwargs, expected", [

0 commit comments

Comments
 (0)