Skip to content

Commit 28232f2

Browse files
committed
test: move test_settings under tests
To make it even more explicit that yes, these are test settings. Refs: RATYK-199
1 parent 2772e97 commit 28232f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.pytest.ini_options]
2-
DJANGO_SETTINGS_MODULE = "tirehtoori.test_settings"
2+
DJANGO_SETTINGS_MODULE = "tirehtoori.tests.test_settings"
33

44
[tool.ruff]
55
target-version = "py312"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .settings import * # noqa: F403
1+
from ..settings import * # noqa: F403
22

33
ALLOWED_HOSTS = ["*"]
44
ENABLE_REDIRECT_APP = True

0 commit comments

Comments
 (0)