Skip to content

Commit

Permalink
MINOR: Add an example of how to run multiple test file to tests/README (
Browse files Browse the repository at this point in the history
#18181)

Reviewers: TaiJuWu <[email protected]>, Yung <[email protected]>, Chia-Ping Tsai <[email protected]>
  • Loading branch information
frankvicky authored Dec 16, 2024
1 parent 9b55881 commit ca7b1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ TC_PATHS="tests/kafkatest/tests/streams tests/kafkatest/tests/tools" bash tests/
```
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py" bash tests/docker/run_tests.sh
```
* Run multiple test files
```
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py tests/kafkatest/services/console_consumer.py" bash tests/docker/run_tests.sh
```
* Run a specific test class
```
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py::PluggableConsumerTest" bash tests/docker/run_tests.sh
Expand Down

0 comments on commit ca7b1dc

Please sign in to comment.