Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 894 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 894 Bytes

PythonFlaskTesting

Resources and Notes from the Python Testing talk I gave at DeveloperWeek 2016 and at other Python User Groups, most recently the March 2017 Philly Python meeting.

Articles:

  • write article about modern uwsgi and python
    • needs uwsgi v2+ (may require building)
    • needs flask app to be installable (so it lives in the python environment and you don't have to modify pythonpath)
  • write article about starting uwsgi in the user/virtualenv