Test & Code in Python
Developing Software with Automated Tests
We found 2 episodes of Test & Code in Python with the tag “unit tests”.
-
177: Unit Test vs Integration Test and The Testing Trophy
January 27th, 2022 | 21 mins 39 secs
integration tests, testing trophy, unit tests
A recent Twitter thread by Simon Willison reminded me that I've been meaning to do an episode on the testing trophy.
This discussion is about the distinction between unit and integration tests, what those terms mean, and where we should spend our testing time. -
68: test && commit || revert (TCR) - Thomas Deniffel
March 12th, 2019 | 38 mins 23 secs
software development, software testing, tcr, tdd, unit tests
TCR is an alternative workflow of TDD that Kent Beck has been writing about and discussing recently.
But what is it? What's it feel like to use? How do you do it?
In this interview, we talk with Thomas Deniffel about this, and about his experiences with it so far.