mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-01-11 23:37:53 +00: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
|