mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Add unit tests and updated messages
This commit is contained in:
@@ -2,4 +2,8 @@
|
||||
python_classes = ["Test", "Describe"]
|
||||
python_functions = ["test_", "it_", "and_", "but_", "they_"]
|
||||
python_files = ["test_*.py",]
|
||||
testpaths = ["test",]
|
||||
testpaths = ["test", "tests/docker_tests"]
|
||||
markers = [
|
||||
"docker: requires docker socket and elevated container permissions",
|
||||
"feature_complete: extended coverage suite not run by default",
|
||||
]
|
||||
Reference in New Issue
Block a user