From 673ecefbc3770447f1eb768451117ae4997637f3 Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Fri, 2 Dec 2022 18:51:54 +0300 Subject: [PATCH] Remove old CLI tests from unit test docs (#5415) --- site/content/en/docs/contributing/running-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/contributing/running-tests.md b/site/content/en/docs/contributing/running-tests.md index b128ab6a..c04b1caa 100644 --- a/site/content/en/docs/contributing/running-tests.md +++ b/site/content/en/docs/contributing/running-tests.md @@ -39,7 +39,7 @@ yarn run cypress:run:chrome:canvas3d # REST API, SDK and CLI tests **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 1. Install all necessary requirements before running REST API tests: ``` @@ -92,7 +92,7 @@ pytest ./tests/python --rebuild **Running 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 ```