Add testing instructions

This commit is contained in:
Nettika
2023-12-09 10:09:39 -08:00
parent c22f0e8eba
commit 73f80a6b4d

View File

@@ -22,3 +22,9 @@ pip install .
```sh
python <day #>
```
## Testing
```sh
pytest <day #>
```