Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 524 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 524 Bytes

Python Flask App Testing

Boilerplate Flask App with focus on testing.

Usage

python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r test-requirements.txt
python -m pytest ./tests -vv

Articles

Introduction

Features

  • AAA
  • Fast
  • Simple
  • Unit testing with Mocking
  • Integration testing

Future

  • MySQL
  • Docker
  • Parallelization

License

MIT