Mostly about building software with the guardrails of automated tests and other handy automation bit
This is a small episode. I'm changing the name from the "Python Test Podcast" to "Test & Code"
An introduction to Lean Software Development This is a quick intro to the concepts of Lean Software
Interview with Josh Kalderimis from Travis CI. Josh is a co-founder and Chief Post-It Officer at Tr
Testing apps that use requests without using mock. Interview with Ian Cordasco (@sigmavirus24) Top
In this episode I interview Ned Batchelder. I know that coverage.py is very important to a lot of p
How pytest, unittest, and nose deal with assertions. The job of the test framework to tell develope
Given-When-Then is borrowed from BDD and is my favorite structure for test case design. It doesn’t
Intro to Harry Percival, his background and story of how he got into TDD and ended up writing a book
In today's podcast, I dodge the question of "What do you think of Agile?" by reading an essay from D
The waterfall model has been used and modified and changed and rebelled against since before I start
My experience with writing software comes from my experience: where I grew up, what eras I lived thr
Setup and Teardown Benefits of Test Fixtures code reuse cleanup of resources errors vs failures f
Answering a listener question. Why testing? What are the benefits? Why automated testing over man
I list my requirements for a framework and discuss how Pytest, Unittest, and Nose measure up to thos