mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-08-08 18:29:31 +01:00
add initial base code for baddie detector
This commit is contained in:
parent
4a7fb5f526
commit
e7e0c6200f
11 changed files with 499 additions and 0 deletions
10
baddie-detector/tests/README
Normal file
10
baddie-detector/tests/README
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue