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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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