Skip to content

xiwenc/python-flask-app-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boilerplate Flask App with focus on testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages