first commit

This commit is contained in:
Dakota Nous 2025-04-29 12:10:10 -07:00
commit 621d00dd80
89 changed files with 15315 additions and 0 deletions

8
testing/testing.md Normal file
View file

@ -0,0 +1,8 @@
## Running Tests
This section contains instructions and guidelines for running the test suite.
Please ensure all tests pass before submitting contributions.
We use `pytest` for our testing framework.
Simply run `pytest` from the main directory and you're good to go.