Python Testing with Flask

On Monday, 15th February 2016, I gave a talk for Developer Week 2016 in San Francisco about best-practices for testing Python. For the talk I created a functional Python Flask app so that the talk would be grounded in reality.

A lot of research went into this talk so I wanted to make sure that all of the resources were available - the full talk, talk notes and the example project are all on GitHub:

This research is still on going! Just today I learned about an even better way to use uWSGI to run the Flask app that uses the PyEnv virtual environment without a lot of tricks -- I'm working that up into another article and I'll be updating Tenki to reflect this new method.


Mentions