DEV Community

Cover image for Python Testing 101 with pytest
Matt Layman
Matt Layman

Posted on • Originally published at mattlayman.com

Python Testing 101 with pytest

For Python Frederick's March presentation, I presented on Python testing. In the presentation, I used pytest to show how quickly you can get started with testing your code. We covered the what, why, and how of testing in Python.

The recording from the talk is available on YouTube. Check it out!

The material for the presentation is also available on GitHub. The presentation is in the Python Frederick talks repository. The code for the talk is in a new Python Frederick testing 101 repository.

Top comments (0)