Pytest from the ground up

March 22, 2021



Tonight, an introduction to testing your code with pytest.

Ned Batchelder, Why write tests?

A short motivation for why writing tests is a good idea.

David Sturgis, Intro to Pytest

An introduction to PyTest with lots of simple, hackable examples. We'll start from nothing, add assertions, write some fixtures, do some parametrization, and mark tests. You'll see simple examples of the power that pytest can bring to your testing.

We'll be online starting at 6:15, and we'll get started at 6:30.

Meetup link: https://www.meetup.com/bostonpython/events/276935212/

Back to Past Events Page