
Brian Okken
Software Engineer, also on Python Bytes and Python People podcasts
Appears in 230 Episodes
21: Terminology: test fixtures, subcutaneous testing, end to end testing, system testing
A listener requested that I start covering some terminology. I think it's a great idea. Covered in this episode: Test Fixtures Subcutaneous Testing End to End Test...

20: Talk Python To Me host Michael Kennedy
I talk with Michael about: Episodes of his show having to do with testing. His transition from employee to podcast host and online training entrepreneur. His Python ...

19: Python unittest with Robert Collins
Interview with Robert Collins, current core maintainer of Python's unittest module. Some of the topics covered How did Robert become the maintainer of unittest? uni...

18: Testing in Startups and Hiring Software Engineers with Joe Stump
In this episode, I interview with Joe Stump, cofounder of Sprintly (https://sprint.ly), to give the startup perspective to development and testing. Joe has spent his ...

17: The Travis Foundation
The Travis Foundation. Interview with Laura Gaetano Links and things we talked about: Travis Foundation Open Source Grants The Foundation's support of Katrina Owen ...

16: Welcome to Test and Code
This is a small episode. I'm changing the name from the "Python Test Podcast" to "Test & Code". I just want to discuss the reasons behind this change, and take a pee...

15: Lean Software Development
An introduction to Lean Software Development This is a quick intro to the concepts of Lean Software Development. I'm starting a journey of trying to figure out how t...

14: Continuous Integration with Travis CI – Josh Kalderimis
Interview with Josh Kalderimis from Travis CI. Josh is a co-founder and Chief Post-It Officer at Travis CI. Topics What is Continuous Integration, CI What is Trav...

13: Ian Cordasco – Betamax
Testing apps that use requests without using mock. Interview with Ian Cordasco (@sigmavirus24) Topics: Betamax - python library for replaying requests interactions...

12: Coverage.py with Ned Batchelder
In this episode I interview Ned Batchelder. I know that coverage.py is very important to a lot of people to understand how much of their code is being covered by thei...

11: pytest assert magic
How pytest, unittest, and nose deal with assertions. The job of the test framework to tell developers how and why their tests failed is a difficult job. In this episo...

10: Test Case Design using Given-When-Then from BDD
Given-When-Then is borrowed from BDD and is my favorite structure for test case design. It doesn’t matter if you are using pytest, unittest, nose, or something comple...

9: Harry Percival : Testing Web Apps with Python, Selenium, Django
Intro to Harry Percival, his background and story of how he got into TDD and ended up writing a bookComparing using unittest and pytest with applicability to testing d...

8: Agile vs Agility : Agile Is Dead (Long Live Agility)
In today's podcast, I dodge the question of "What do you think of Agile?" by reading an essay from Dave Thomas

7: The Waterfall Model and “Managing the Development of Large Software Systems”
The waterfall model has been used and modified and changed and rebelled against since before I started programming. Waterfall such an important character in the story ...

6: Writing software is like nothing else
My experience with writing software comes from my experience: where I grew up, what eras I lived through, what my economical and geographical experiences have been, wh...

5: Test Classes: No OO experience required
Setup and Teardown Benefits of Test Fixtures code reuse cleanup of resources errors vs failures focusing your thinking on what you are testing and what you are not ...

4: Test Fixtures: Setup, Teardown, and so much more
Setup and Teardown Benefits of Test Fixtures code reuse cleanup of resources errors vs failures focusing your thinking on what you are testing and what you are not ...

3: Why test?
Answering a listener question. Why testing? What are the benefits? Why automated testing over manual testing? Why test first? Why do automated testing during develo...

2: Pytest vs Unittest vs Nose
I list my requirements for a framework and discuss how Pytest, Unittest, and Nose measure up to those requirements. Mentioned: pytest unittest nose delayed assert p...
