summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-02-16 14:03:39 +0900
committerINADA Naoki <inada-n@klab.com>2013-02-16 14:03:39 +0900
commit626ae51017cdbf62a2c7b00b338747d1b2070513 (patch)
tree3e7709ea3b7771d1bd90c72a285db5957ade03bb
parentdf6449f17366b9d608895766cc1a151167460ae0 (diff)
downloadmsgpack-python-626ae51017cdbf62a2c7b00b338747d1b2070513.tar.gz
README: s/nosetest/pytest/
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
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
..