An open API service indexing awesome lists of open source software.

https://github.com/dloomplz/simple-flask-web-app-ci-cd

Simple Flask Web-App with integration tests + local integration script
https://github.com/dloomplz/simple-flask-web-app-ci-cd

flask integration jinja2 python testing

Last synced: about 2 months ago
JSON representation

Simple Flask Web-App with integration tests + local integration script

Awesome Lists containing this project

README

          

# Simple-Flask-Web-App
Simple Flask Web-App with integration tests

`virtualenv venv -p python3` to create virtualenv

`source venv/bin/activate` to enter venv

`flask run` to launch the app

`flask reset-db` to flush the database

`python -m pytest tests/` to launch integration tests