Implemented new parameters to make it more flexibel for cymais

This commit is contained in:
2025-07-14 18:47:25 +02:00
parent 8c4ae60a6a
commit 2d2376eac8
7 changed files with 220 additions and 146 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
.PHONY: test
test:
python -m unittest discover -s tests/unit -p "test_*.py"