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
- Host: GitHub
- URL: https://github.com/dloomplz/simple-flask-web-app-ci-cd
- Owner: DloomPlz
- License: mit
- Created: 2019-08-12T11:34:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:28:04.000Z (about 5 years ago)
- Last Synced: 2025-04-06T01:29:58.870Z (about 1 year ago)
- Topics: flask, integration, jinja2, python, testing
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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