Added an initial documentation for development guidelines

This commit is contained in:
cantor-set
2024-02-22 18:44:20 -05:00
parent 24acbc39fe
commit 2e6d4c3abb
+5
View File
@@ -0,0 +1,5 @@
## Running unit tests
```
python -m unittest tests/
```