From cdedd6c523e5cfda620746bb39dcb43265f4c9f2 Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Fri, 9 Feb 2024 10:17:47 +0100 Subject: [PATCH] Update tests/README.md Co-authored-by: Andreas Heinrich Signed-off-by: Kai Hermann --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.