From 626ae51017cdbf62a2c7b00b338747d1b2070513 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 16 Feb 2013 14:03:39 +0900 Subject: [PATCH] README: s/nosetest/pytest/ --- README.rst | 4 ++-- 1 file 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 ..