diff --git a/tests/README.md b/tests/README.md index 8161765a7..2d16c2b8c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -28,7 +28,7 @@ Go to your "everest-core/**tests**" folder and execute *pytest*: ```bash cd ~/checkout/everest-workspace/everest-core/tests -pytest --everest-prefix ../build/dist ./core_tests/startup_tests.py +pytest --everest-prefix ../build/dist core_tests/*.py framework_tests/*.py ``` After execution a "results.xml" file should be available in the "everest-core/**tests**" folder, which details the current test results.