暂无描述

bill-auger c578fdd296 stash cuke crud 7 年之前
myapp c578fdd296 stash cuke crud 7 年之前
MANIFEST.in ea2efaab10 stash rename 7 年之前
README ea2efaab10 stash rename 7 年之前
init ea2efaab10 stash rename 7 年之前
setup.py ea2efaab10 stash rename 7 年之前

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/