Initial release
This commit is contained in:
parent
03fabf16e8
commit
f6ebcd271b
33 changed files with 5028 additions and 0 deletions
9
pappy-proxy/Makefile
Normal file
9
pappy-proxy/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
install-third-party:
|
||||
pip install -r requirements.txt
|
||||
|
||||
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