mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
/data and /tmp standarization
This commit is contained in:
@@ -3,7 +3,9 @@ python_classes = ["Test", "Describe"]
|
||||
python_functions = ["test_", "it_", "and_", "but_", "they_"]
|
||||
python_files = ["test_*.py",]
|
||||
testpaths = ["test", "tests/docker_tests"]
|
||||
norecursedirs = [".git", ".venv", "venv", "node_modules", "__pycache__", "*.egg-info", "build", "dist", "tmp", "api", "log"]
|
||||
markers = [
|
||||
"docker: requires docker socket and elevated container permissions",
|
||||
"compose: Tests docker compose files. Slow.",
|
||||
"feature_complete: extended coverage suite not run by default",
|
||||
]
|
||||
Reference in New Issue
Block a user