mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
9 lines
133 B
Markdown
9 lines
133 B
Markdown
|
# Pytest Unit Tests
|
||
|
|
||
|
## Install test dependencies
|
||
|
|
||
|
`pip install -r tests-units/requirements.txt`
|
||
|
|
||
|
## Run tests
|
||
|
`pytest tests-units/`
|