Best Flask open-source libraries and packages

Intro tdd using flask

Introduction to Test Driven Development using Flask for Surabaya.py Talks at 25 May 2019
Updated 4 years ago

Introduction to Test Driven Development using Flask

Something that is untested is broken.

Untested applications make it hard to improve existing code and developers of untested applications tend to become pretty paranoid. If an application has automated tests, you can safely make changes and instantly know if anything breaks.

Prerequisites

Python 3.7

pip install -r requirements.txt

Running

All command that used can be found inside Makefile

Run Server

make run

Run All Test

make test

Code Coverage

make coverage

Built With

  • Flask - Python Micro Framework

Authors

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc