Testing Django - from unittest to pytest - Adam Parkin
Episode 110 · April 25th, 2020 · 24 mins 56 secs
About this Episode
Django supports testing out of the box with some cool extensions to unittest. However, many people are using pytest for their Django testing, mostly using the pytest-django plugin.
Adam Parkin, who is known online as CodependentCodr, joins us to talk about migrating an existing Django project from unittest to pytest. Adam tells us just how easy this is.