You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
245 B
11 lines
245 B
8 years ago
|
This requires pytest to be installed.
|
||
|
It's not a dependency in setup.py because end users should not have to worry about testing.
|
||
|
|
||
|
Here is how to install it:
|
||
|
|
||
|
http://pytest.org/latest/getting-started.html#installation
|
||
|
|
||
|
And to run it:
|
||
|
|
||
|
py.test
|