feat: add parser source dashboard and scheduling
Some checks failed
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 9s
CI/CD Pipeline / Run Tests (pull_request) Failing after 48s
CI/CD Pipeline / Build Docker Images (pull_request) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (pull_request) Has been skipped

This commit is contained in:
2026-04-27 23:36:28 +02:00
parent 199d871923
commit c9b350da1e
96 changed files with 15014 additions and 268 deletions

View File

@@ -106,7 +106,7 @@ packages = ["src"]
# ==================================================================================
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings.test"
python_paths = ["src"]
pythonpath = ["src"]
testpaths = ["tests"]
addopts = [
"--verbose",
@@ -127,6 +127,8 @@ markers = [
"serializers: marks tests for serializers",
"services: marks tests for services",
"factories: marks tests for factories",
"network: marks tests that require network access",
"e2e: marks end-to-end tests",
]
filterwarnings = [