diff options
| author | Naoki INADA <inada-n@eagle> | 2009-06-29 08:23:27 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-06-29 08:23:27 +0900 |
| commit | 0b33a634a668a478ee86f2c3d9d29c6be85afa6b (patch) | |
| tree | bb846a0cec902edb4d279f70228a56f42a895a20 /python/README | |
| parent | 3e396ef146940ada28fc8b154189ae9bb206babc (diff) | |
| download | msgpack-python-0b33a634a668a478ee86f2c3d9d29c6be85afa6b.tar.gz | |
Update test_format.
Diffstat (limited to 'python/README')
| -rw-r--r-- | python/README | 7 |
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 |
