From c3bce13b845999483f7601836a2e7681dcd8ff10 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Fri, 26 Jul 2013 08:54:21 -0400 Subject: Show alternative way of running tests in README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 19e9a42..9d4bfd1 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,12 @@ _These are broken at the moment_ tox ./test/test_unit.py ``` +or + +```shell +python -m test.test_unit +``` + ## Run the integration tests First, checkout the Kafka source @@ -193,3 +199,9 @@ instance and Kafka brokers, and send messages in using the client. ```shell tox ./test/test_integration.py ``` + +or + +```shell +python -m test.test_integration +``` -- cgit v1.2.1