Remove old CLI tests from unit test docs (#5415)

main
Maxim Zhiltsov 3 years ago committed by GitHub
parent 3e1ccc8602
commit 673ecefbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ yarn run cypress:run:chrome:canvas3d
# REST API, SDK and CLI tests # REST API, SDK and CLI tests
**Initial steps** **Initial steps**
1. Follow [this guide](/site/content/en/docs/api_sdk/sdk/developer-guide/) to prepare 1. Follow [this guide](/site/content/en/docs/api_sdk/sdk/developer-guide/) to prepare
`cvat-sdk` and `cvat-cli` source code `cvat-sdk` and `cvat-cli` source code
1. Install all necessary requirements before running REST API tests: 1. Install all necessary requirements before running REST API tests:
``` ```
@ -92,7 +92,7 @@ pytest ./tests/python --rebuild
**Running tests** **Running tests**
1. Python tests 1. Python tests
``` ```
python manage.py test --settings cvat.settings.testing cvat/apps utils/cli python manage.py test --settings cvat.settings.testing cvat/apps
``` ```
1. JS tests 1. JS tests
``` ```

Loading…
Cancel
Save