mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
9 lines
131 B
Markdown
9 lines
131 B
Markdown
# Pytest Unit Tests
|
|
|
|
## Install test dependencies
|
|
|
|
`pip install -r tests-unit/requirements.txt`
|
|
|
|
## Run tests
|
|
`pytest tests-unit/`
|