Get standalone server mode working for all tests.
This commit is contained in:
parent
cb28eeefbb
commit
81836b6981
78 changed files with 957 additions and 783 deletions
3
Makefile
3
Makefile
|
|
@ -9,5 +9,8 @@ test:
|
|||
rm -rf cover
|
||||
@nosetests -sv --with-coverage --cover-html ./tests/
|
||||
|
||||
test_server:
|
||||
@TEST_SERVER_MODE=true nosetests -sv --with-coverage --cover-html ./tests/
|
||||
|
||||
publish:
|
||||
python setup.py sdist bdist_wheel upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue