CI: expand test suite coverage

these new test cover issues such as thread safety, VAD thresholding,
message routing, error handling etc. that weren't covered by existing
tests. Mocking is used to avoid dependencies on GPU, ONNX etc.
This commit is contained in:
Aaron Boxer
2026-04-17 09:05:34 -04:00
parent e41324bf03
commit b1cd51ac8a
6 changed files with 1131 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*