Skip to content

Commit 16ad3bb

Browse files
authored
.
1 parent 2992e8a commit 16ad3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_initialization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from textwrap import dedent
2+
import pytest
23

34
from .helpers import DjangoPytester
45

@@ -86,4 +87,4 @@ def test_ds(settings):
8687
"""
8788
)
8889
result = django_pytester.runpytest_subprocess("-s", "-ds", "tpkg.settings_test")
89-
assert result.ret == 0
90+
assert result.ret == 0

0 commit comments

Comments
 (0)