summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@eagle>2009-06-29 08:23:27 +0900
committerNaoki INADA <inada-n@eagle>2009-06-29 08:23:27 +0900
commit9105c3513b2c35e225e4286bec582a5b4dc09f0b (patch)
tree7695b050f4ac73b9f404901f1ab52a0e3ea50c5c /README
parent5a87c94333904aea236f646c99c73ce25ba3c74a (diff)
downloadmsgpack-python-9105c3513b2c35e225e4286bec582a5b4dc09f0b.tar.gz
Update test_format.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 12a27b2..243def2 100644
--- a/README
+++ b/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