Sin descripción

bill-auger c578fdd296 stash cuke crud hace 7 años
myapp c578fdd296 stash cuke crud hace 7 años
MANIFEST.in ea2efaab10 stash rename hace 7 años
README ea2efaab10 stash rename hace 7 años
init ea2efaab10 stash rename hace 7 años
setup.py ea2efaab10 stash rename hace 7 años

README


# install and activate virtualenv
$ source ./init

# deevelopment db and server
$ flask initdb
$ flask run

# test suite
$ for tests in myapp/tests/*_tests.py ; do python3 $tests ; done ;
$ behave myapp/features/