mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-02-08 22:13:49 +01:00
10 lines
245 B
Text
10 lines
245 B
Text
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
|