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.

View at original site


Guest: Brian Okken

Brian is also the author of Python Testing with pytest and has recently launched his new pytest course. Mostly, he spends his free time telling people they should write good, clean automated tests, specifically using pytest.

Brian shows:

  • Good style for asserts
  • Refactoring verbose tests into fixtures and conftest.py files
  • Refactoring fixtures
  • Using parameterize to repeat similar tests
  • Other uses of markers
  • Coverage
  • Good TDD style

Along the way, Brian will use the productive PyCharm testing features from the first webinar.

Related Resources

Background on Testing
Background on Testing
Introduce testing, pytest, and how it all fits into PyCharm, along with a scenario to work on.
Unit Tests
Unit Tests
Write a simple test and run it in PyCharm's visual test runner.
Debugging During Testing
Debugging During Testing
When writing tests, use the PyCharm "visual debugger" to interactively poke around in the context of a problem.