Skip to content

Commit ca7b1dc

Browse files
authored
MINOR: Add an example of how to run multiple test file to tests/README (apache#18181)
Reviewers: TaiJuWu <[email protected]>, Yung <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent 9b55881 commit ca7b1dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ TC_PATHS="tests/kafkatest/tests/streams tests/kafkatest/tests/tools" bash tests/
3131
```
3232
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py" bash tests/docker/run_tests.sh
3333
```
34+
* Run multiple test files
35+
```
36+
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py tests/kafkatest/services/console_consumer.py" bash tests/docker/run_tests.sh
37+
```
3438
* Run a specific test class
3539
```
3640
TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py::PluggableConsumerTest" bash tests/docker/run_tests.sh

0 commit comments

Comments
 (0)