Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
bill-auger
/
flask-behave
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aucune description
8
Commits
2
Branches
0
Publications
Aborescence:
c578fdd296
Branches
Tags
master
old-master
flask-behave
HTTPS
SSH
ZIP
TAR.GZ
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/