add inital test suite, fix minor Mapping group bug

This commit is contained in:
2024-04-18 02:06:42 -07:00
parent 8e4554ed0d
commit 6caf2631b8
17 changed files with 238 additions and 537 deletions

View File

@@ -14,3 +14,6 @@ docs-clean:
make -C docs/ clean
## ------------------------------------------ ##
## ----------------- tests ------------------ ##
test:
pytest --pyargs tests -v