Release 0.0.1
See README diff for changes
This commit is contained in:
parent
6633423420
commit
4e6801e4d8
39 changed files with 917 additions and 443 deletions
9
pappyproxy/Makefile
Normal file
9
pappyproxy/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
install-third-party:
|
||||
pip install -e ..
|
||||
|
||||
test:
|
||||
py.test -rw --twisted --cov-config .coveragerc --cov=. tests/
|
||||
|
||||
test-verbose:
|
||||
py.test -v -rw --twisted --cov-config .coveragerc --cov-report term-missing --cov=. tests/
|
Loading…
Add table
Add a link
Reference in a new issue