mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-04 17:21:23 -07:00
New PUID startup sequence
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
python_classes = ["Test", "Describe"]
|
||||
python_functions = ["test_", "it_", "and_", "but_", "they_"]
|
||||
python_files = ["test_*.py",]
|
||||
testpaths = ["test", "tests/docker_tests"]
|
||||
testpaths = ["test", "test/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",
|
||||
|
||||
Reference in New Issue
Block a user