Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
bill-auger
/
flask-behave
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Nenhuma descrição
8
Commits
2
Branches
0
Versões
Tree:
c578fdd296
Branches
Tags
master
old-master
flask-behave
HTTPS
SSH
ZIP
TAR.GZ
bill-auger
c578fdd296
stash cuke crud
7 anos atrás
myapp
c578fdd296
stash cuke crud
7 anos atrás
MANIFEST.in
ea2efaab10
stash rename
7 anos atrás
README
ea2efaab10
stash rename
7 anos atrás
init
ea2efaab10
stash rename
7 anos atrás
setup.py
ea2efaab10
stash rename
7 anos atrás
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/