Skip to content

seppaleinen/helloflask

Repository files navigation

Coverage Status Coverage via codecov.io Code Health Requirements Status

#Flask testapp

###To run flask server running on localhost:5000 python runserver.py

###To start gunicorn server running on localhost:8000 gunicorn --config=gunicorn.config.py wsgi:app

###To run tests python runtests.py

###To run tests with coverage coverage run --source application runtests.py

###To see coverage result

coverage report -m For text output coverage html For html output

###To install dependencies ` pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages