Update test_format.

This commit is contained in:
Naoki INADA
2009-06-29 08:23:27 +09:00
parent 3e396ef146
commit 0b33a634a6
2 changed files with 67 additions and 50 deletions

View File

@@ -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