summaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/README')
-rw-r--r--python/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/README b/python/README
index 12a27b2..243def2 100644
--- a/python/README
+++ b/python/README
@@ -29,3 +29,10 @@ MessagePack requires gcc currently. So you need to prepare
MinGW GCC.
$ python setup.py install -c mingw
+
+TEST
+----
+MessagePack uses nosetest for testing.
+Run test with following command:
+
+ $ nosetests test