Skip to content

Commit 3d18c94

Browse files
authored
Updated pytest.ini
1 parent fbbbfb2 commit 3d18c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ from some.absolute.path import foo, bar
237237
Рекомендуемый конфиг в `pytest.ini`:
238238
```ini
239239
[pytest]
240-
DJANGO_SETTINGS_MODULE = settings.dev
240+
DJANGO_SETTINGS_MODULE = settings.local
241241
python_files = tests.py test_*.py *_tests.py
242242

243243
```

0 commit comments

Comments
 (0)