From 6327ba38bcc799b948a8f723ea2e6f078f8e90a8 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Tue, 7 May 2013 21:53:45 -0300 Subject: Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b88b4..1571bde 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,9 @@ Next start up a ZooKeeper server on localhost:2181 /opt/zookeeper/bin/zkServer.sh start ``` -This will actually start up real Kafka brokers and send messages in using the +And finally run the tests. This will actually start up real Kafka brokers and send messages in using the client. + +```shell +python -m test.integration +``` -- cgit v1.2.1