From eeb7189fad70d6da602fefaac566073f5694922f Mon Sep 17 00:00:00 2001 From: bozhou94 Date: Sun, 1 Feb 2015 19:03:40 -0500 Subject: [PATCH] added testing section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6437e64..4734f20 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ This client-library also has FluentHandler class for Python logging module. 'from': 'userA', 'to': 'userB' }) + +## Testing + +Testing can be done using [nose](https://nose.readthedocs.org/en/latest/). ## Contributors