ComfyUI/tests/README.md
2023-09-01 17:02:50 -05:00

13 lines
188 B
Markdown

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