Update README.md with testing instructions

pull/10/head
544146 2023-03-20 21:41:26 +00:00
parent da46da971a
commit 40fd47ffb3
1 changed files with 8 additions and 0 deletions

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
```