説明なし

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

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/