Add readme for tests

This commit is contained in:
enzymezoo-code 2023-09-01 17:02:50 -05:00
parent faf4b3741e
commit 5b4aaa6829

13
tests/README.md Normal file
View File

@ -0,0 +1,13 @@
# Automated Testing
## Running tests locally
Additional requirements for running tests:
```
pip install pytest
pip install websocket-client==1.6.1
```
Run tests:
```
python -m pytest
```