Update README.md with testing instructions

This commit is contained in:
544146
2023-03-20 21:41:26 +00:00
parent da46da971a
commit 40fd47ffb3

View File

@@ -35,3 +35,11 @@ Install via the extensions tab on the [AUTOMATIC1111 webui](https://github.com/A
- Pull requests are appreciated
- Write tests if possible and useful
- Run pre-commit
## Testing:
- From the root of the repository run:
```
pip install pytest
pytest
```