Skip to content

Commit 857e423

Browse files
author
Benedikt Ehinger
committed
add to docs how to test
1 parent 9863490 commit 857e423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Tests will be added continuously as new features are added and existing features
1414

1515
### Running Tests
1616

17-
To run the tests, navigate to the `tests/` directory and execute:
18-
`python tests/run_all_tests.py`
17+
To run the tests, we recommend to use `uv run pytest` (caveat, for some reason somtimes tests fail if they are all run at the same time. you can then run them via `uv run pytest tests/testcase/test_main_functionality` and they will work).
1918

2019
These tests ensure that each component functions as expected and that the overall pipeline works seamlessly. This tests will also be triggered automatically on each push or PR to the main repository using GitHub Actions.

0 commit comments

Comments
 (0)