Integrate automatic redis startup with the project

This commit is contained in:
2025-02-17 15:58:53 +01:00
parent 6841d96455
commit ba6e2a6402
13 changed files with 104 additions and 28 deletions

View File

@ -48,6 +48,7 @@ dependencies = [
"environs[django]<15.0.0,>=14.1.0",
"requests>=2.32.3",
"honcho>=2.0.0",
"psutil>=7.0.0",
]
[project.urls]
@ -125,6 +126,9 @@ ignore = [
[tool.ruff.lint.pydocstyle]
convention = "google"
[project.entry-points.pytest11]
sith = "sith.pytest"
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "sith.settings"
python_files = ["tests.py", "test_*.py", "*_tests.py"]