Skip to content

Commit

Permalink
Fix pytest invocation example
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Feb 9, 2024
1 parent f86b7fa commit eda16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Go to your "everest-core/**tests**" folder and execute *pytest*:

```bash
cd ~/checkout/everest-workspace/everest-core/tests
pytest-3 -s ./core_tests/startup_tests.py --path .. --junitxml=results.xml
pytest --everest-prefix ../build/dist ./core_tests/startup_tests.py
```

After execution a "results.xml" file should be available in the "everest-core/**tests**" folder, which details the current test results.
Expand Down

0 comments on commit eda16b0

Please sign in to comment.