Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
bill-auger
/
flask-behave
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
8
Commits
2
Branches
0
Releases
Branch:
master
Branches
Tags
master
old-master
flask-behave
HTTPS
SSH
ZIP
TAR.GZ
bill-auger
c578fdd296
stash cuke crud
7 years ago
myapp
c578fdd296
stash cuke crud
7 years ago
MANIFEST.in
ea2efaab10
stash rename
7 years ago
README
ea2efaab10
stash rename
7 years ago
init
ea2efaab10
stash rename
7 years ago
setup.py
ea2efaab10
stash rename
7 years ago
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/