1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 06:44:49 +08:00

Minor: update tests-unit README.md (#4896)

This commit is contained in:
Yoland Yan
2024-09-12 17:53:08 +09:00
committed by GitHub
parent 9d720187f1
commit 405b529545

View File

@@ -2,7 +2,7 @@
## Install test dependencies
`pip install -r tests-units/requirements.txt`
`pip install -r tests-unit/requirements.txt`
## Run tests
`pytest tests-units/`
`pytest tests-unit/`