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

https://github.com/formtrix/python-web-app-cicd

CI/CD automatic linting and Unit tests workflow practices
https://github.com/formtrix/python-web-app-cicd

Last synced: 3 months ago
JSON representation

CI/CD automatic linting and Unit tests workflow practices

Awesome Lists containing this project

README

        

# Build Status Badge: ![](https://github.com/kennedy-u/python-web-app-cicd/workflows/Pipeline/badge.svg)
## _Python web app cicd_
### Use Case: Continous Integration and Continouse Delivery
Demonstrating continous integration and continous delivery with GitHub Actions

- Python web app and requirements text file
- Dockerfile for creating a container for the app
- CI/CD pipeline style workflow triggered on push
- Automated linting and unit tests workflow practices