Aucune description

bill-auger c578fdd296 stash cuke crud il y a 7 ans
myapp c578fdd296 stash cuke crud il y a 7 ans
MANIFEST.in ea2efaab10 stash rename il y a 7 ans
README ea2efaab10 stash rename il y a 7 ans
init ea2efaab10 stash rename il y a 7 ans
setup.py ea2efaab10 stash rename il y a 7 ans

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/