The To Do App To End All To Do Apps
Based on Harry Percival's Test-Driven Development with Python
- Pre-commit hooks
- black (for the sweet badge)
- bandit (for the sweet security)
- sorts requirements
- adds encoding to the top of files
- PyUp now checks requirements for updates
- CI with Travis for the sweet badge
- CI/CD on Visual Studio Team Services Pipeline as Follows
- Push project to Github
- VSTS Pulls Project
- Run Unittests
- If Unittest Pass, deploy to staging site using Fabric
- Run Functional Tests On Staging Site
- If Functional Tests Pass, deploy to Live Site