diff --git a/README.md b/README.md index fe0271f8..be764396 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ export $(cat .env) Run the below command from kernelci-api directory: ``` -pytest -v test/ +pytest -v tests/unit_tests/ ``` This will start running unit test cases from kernelci-api/test directory and display results.