8000 README: s/nosetest/pytest/ · peter80/msgpack-python@626ae51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 626ae51

Browse files
committed
README: s/nosetest/pytest/
1 parent df6449f commit 626ae51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ Another way to unpacking such object is using ``object_pairs_hook``.
192192

193193
TEST
194194
----
195-
MessagePack uses `nosetest` for testing.
195+
MessagePack uses `pytest` for testing.
196196
Run test with following command:
197197

198-
$ nosetests test
198+
$ py.test
199199

200200

201201
..

0 commit comments

Comments
 (0)
0