Skip to content

Commit 4771035

Browse files
committed
.
1 parent 938601d commit 4771035

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,6 +1,7 @@
1+
import pytest
2+
13
from pytest_django.runner import PytestTestRunner
24
from unittest.mock import Mock, call
3-
import pytest
45

56

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

0 commit comments

Comments
 (0)