Do you do enough testing? pytest to the rescue!

Join us to learn how you can use pytest to find bugs, improve code quality, and even have some fun along the way.

View at original site


Webinar with Brian Okken, Paul Everitt and Helen Scott.

We’ll be chatting with Brian Okken about all things pytest, including some live coding examples. In addition, we’ll be talking about his latest pytest course, which he created to help people learn how to use the Python testing tool. Regardless of your pytest experience or preferred learning style, this webinar has something for everyone!

Related Resources

pytest vs Unittest, Which is Better?
pytest vs Unittest, Which is Better?
Python, being a versatile and widely used programming language, offers several testing frameworks to facilitate the testing process. Two prominent choices are pytest and unittest, both of which come with their own sets of features and advantages.
An Interview with Brian Okken - the pytest storyteller
An Interview with Brian Okken - the pytest storyteller
Brian wears many hats including being a host for multiple Python podcasts and the author of Python Testing with pytest and has recently launched his new pytest course. Mostly, Brian spends his free time telling people they should write good, clean automated tests, specifically using pytest.
Productive pytest with PyCharm
Productive pytest with PyCharm
Testing is a major part of Python development and pytest has become the leading testing framework. Brian Okken, author of the recent book Python Testing with pytest and host of the Test and Code podcast, helps you “level up” your pytest skill.