diff --git a/README.rst b/README.rst index 270b8ff..f2e5962 100644 --- a/README.rst +++ b/README.rst @@ -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 ..