Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note on how to run tests to README.md #4

Merged
merged 1 commit into from Sep 12, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add a note on how to run tests to README.md

  • Loading branch information
ender672 committed Sep 2, 2016
commit ecfd20c3be35d8f84dba40449346e3ca2b48aeee
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.