mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
13 lines
188 B
Markdown
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
|
|
``` |