Add http server
This commit is contained in:
parent
441ace5ec4
commit
787d92c4ee
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
include *requirements*
|
10
run_tests.sh
Normal file
10
run_tests.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
#export PYTHONPATH=${PYTHONPATH:.}
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
done
|
||||
set +x
|
||||
set +e
|
Loading…
Reference in New Issue
Block a user