attempting to move to upstream httpretty
This commit is contained in:
parent
fd828bdb2d
commit
47bd4c49a3
23 changed files with 237 additions and 1160 deletions
6
Makefile
6
Makefile
|
|
@ -1,9 +1,9 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
init:
|
||||
python setup.py develop
|
||||
pip install -r requirements.txt
|
||||
@python setup.py develop
|
||||
@pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
rm -f .coverage
|
||||
nosetests --with-coverage ./tests/
|
||||
@nosetests --with-coverage ./tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue