pytest for unittesters

Paul Ganssle
pytest for unittesters Paul Ganssle This talk on Github: pganssle-talks/2024-pycon-us-pytest Hi everyone, my name is Paul Ganssle, I'm a software engineer at Google and a maintainer of a few open source packages, notably I am a CPython core dev, mostly working on datetime and zoneinfo . Today I'm going to be talking about pytest , but specifically aimed at audiences who have historically used unittest or one of its derivatives. At Google, we tend to use our own derivative of unittest called absltest , but as a big fan of pytest , I wanted to put together a coherent case for why pytest is likely a better choice in today's world, and why and how you might want to migrate your unittest -based workflow to pytest . This talk barely scratches the surface, but I hope that it might highlight some of the advantages of pytest for those of you considering a migration, or for those deciding between unittest and pytest in the first place.