mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
Add readme for tests
This commit is contained in:
parent
faf4b3741e
commit
5b4aaa6829
13
tests/README.md
Normal file
13
tests/README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user