mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
README: s/nosetest/pytest/
This commit is contained in:
parent
df6449f173
commit
626ae51017
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue