This document summarizes a workshop on quality of life through unit testing in Python 3. The workshop aims to:
1) Understand how unit testing can improve quality of life by ensuring quality code.
2) Practice unit testing in Python 3 by writing and running tests.
3) Integrate unit testing into the development workflow as part of continuous integration.
The document provides an introduction to unit testing concepts and best practices. It also demonstrates unit testing in Python 3 through examples and tricks for writing, importing, and automatically running tests. Finally, it discusses integrating unit testing into development and continuous integration workflows.