mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-23 05:47:17 +01:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
|
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
|