Skip to content

Commit 7a7542e

Browse files
committed
added pytest
1 parent 473ceea commit 7a7542e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ sorl-thumbnail = "^12.11.0"
4040
pre-commit = "^4.0.1"
4141
black = "^24.10.0"
4242
ruff = "^0.8.1"
43+
pytest = "^8.3.4"
44+
pytest-django = "^4.9.0"
4345

4446
[build-system]
4547
requires = ["poetry-core"]
@@ -48,3 +50,6 @@ build-backend = "poetry.core.masonry.api"
4850
[tool.ruff.lint.per-file-ignores]
4951
"__init__.py" = ["E402", "F401", "F403"]
5052

53+
[tool.pytest.ini_options]
54+
DJANGO_SETTINGS_MODULE = "tests.settings.pil"
55+

0 commit comments

Comments
 (0)