From ecfd20c3be35d8f84dba40449346e3ca2b48aeee Mon Sep 17 00:00:00 2001 From: Tim Elliott Date: Fri, 2 Sep 2016 15:44:02 -0700 Subject: [PATCH] Add a note on how to run tests to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 881ffd1..229dd93 100644 --- a/README.md +++ b/README.md @@ -182,5 +182,13 @@ def simple_consume( msg ): print msg ``` -###TODO +###TESTING + +From the root of this project, run: +```bash +$ python -m muskrat.tests.test_s3consumer +$ python -m muskrat.tests.test_producer +``` + +###TODO