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
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user