README: s/nosetest/pytest/

This commit is contained in:
INADA Naoki 2013-02-16 14:03:39 +09:00
parent df6449f173
commit 626ae51017

View file

@ -192,10 +192,10 @@ Another way to unpacking such object is using ``object_pairs_hook``.
TEST
----
MessagePack uses `nosetest` for testing.
MessagePack uses `pytest` for testing.
Run test with following command:
$ nosetests test
$ py.test
..