Show alternative way of running tests in README.md
This commit is contained in:
12
README.md
12
README.md
@@ -175,6 +175,12 @@ _These are broken at the moment_
|
|||||||
tox ./test/test_unit.py
|
tox ./test/test_unit.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m test.test_unit
|
||||||
|
```
|
||||||
|
|
||||||
## Run the integration tests
|
## Run the integration tests
|
||||||
|
|
||||||
First, checkout the Kafka source
|
First, checkout the Kafka source
|
||||||
@@ -193,3 +199,9 @@ instance and Kafka brokers, and send messages in using the client.
|
|||||||
```shell
|
```shell
|
||||||
tox ./test/test_integration.py
|
tox ./test/test_integration.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m test.test_integration
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user