Skip to content

Commit

Permalink
clarify unit testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Dec 1, 2013
1 parent 0f1601b commit c9e8352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ If a non-byte-string argument is passed to `umsgpack.unpackb()`, it will raise a
u-msgpack-python's included unit tests may be run with `test_umsgpack.py`, under your favorite interpreter.

``` text
$ python test_umsgpack.py
$ python2 test_umsgpack.py
$ python3 test_umsgpack.py
$ pypy test_umsgpack.py
```

Expand Down
2 changes: 1 addition & 1 deletion test_umsgpack.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Run test_umsgpack.py with your Python interpreter of choice to test the
# correctness of u-msgpack-python!
#
# $ python test_umsgpack.py
# $ python2 test_umsgpack.py
# $ python3 test_umsgpack.py
# $ pypy test_umsgpack.py
#

Expand Down

0 comments on commit c9e8352

Please sign in to comment.