Add unit tests and updated messages

This commit is contained in:
Adam Outler
2025-10-23 21:15:15 +00:00
parent 356cacab2b
commit 3b7830b922
15 changed files with 1052 additions and 61 deletions

View File

@@ -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",
]