Description
Let's face it, most of us don't write enough tests. Even if we do, our tests require a lot of boilerplate and don't test everything we'd want.
In this talk we'll learn how to make smaller, more self-descriptive tests by using pytest fixtures and property-based tests using Hypothesis.