Skip to content

Commit

Permalink
README.md: fix API Testing section for unit tests
Browse files Browse the repository at this point in the history
Test directory structure has been changed
to have two separate directories for unit tests and
e2e tests named `unit_tests` and `e2e_tests` respectively.
Fix command to run unit tests in the README.md file by
renaming test directory.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and gctucker committed Oct 16, 2023
1 parent 90c821e commit a39b933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a39b933

Please sign in to comment.