added basic unit tests

This commit is contained in:
Tristan Lee
2022-03-04 12:36:09 -06:00
parent c21e43ddfa
commit cd5f68e9e5
15 changed files with 457 additions and 89 deletions

16
.gitignore vendored
View File

@@ -1,7 +1,17 @@
.DS_Store
# Sphinx documentation
docs/build/
docs/source/_*
# Miscellaneous files
**/.DS_Store
*.pyc
*.ipynb
*.db
docs/build/
docs/source/_*
.env
# Unit test / coverage reports
reports
.coverage
.cache
.pytest_cache/
cover/