We also cover Python packaging, data science, CI/CD, project automation, and tons of other software engineering practices.
Hosted by Brian Okken.
Latest Episodes
210: TDD - Refactor while green
Test Driven Development. Red, Green, Refactor. Do we have to do the refactor part? Does the refactor at the end include tests? Or can I refactor the tests at any time?...

209: Testing argparse Applications
How do you test the argument parsing bit of an application that uses argparse?This episode covers:Design for Test: Structuring your app or script so it's easier to tes...

208: Tests with no assert statements
Why on earth would you want to write a test with no assert statements?After all, aren't assert statements how you decide wether a test passes or fails?In this episode,...

207: Welcome to "Python Test", pytest course, pytest-repeat and pytest-flakefinder
Podcast name: "Test & Code" -> "Python Test"Python Bytes PodcastPython People PodcastPython Test Podcast <- you are herewhich is still, at least for now, at testandcod...

206: TDD in Context
TDD (Test Driven Development) started from Test First Programming, and has been around at least since the 90's. However, software tools and available CI systems have c...
