mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
99458e8aca
* Add frontend manager * Add tests * nit * Add unit test to github CI * Fix path * nit * ignore * Add logging * Install test deps * Remove 'stable' keyword support * Update test * Add web-root arg * Rename web-root to front-end-root * Add test on non-exist version number * Use repo owner/name to replace hard coded provider list * Inline cmd args * nit * Fix unit test
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/`
|