Boilerplate Flask App with focus on testing.
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r test-requirements.txt
python -m pytest ./tests -vv
- AAA
- Fast
- Simple
- Unit testing with Mocking
- Integration testing
- MySQL
- Docker
- Parallelization
MIT