Building software is more fun with tests.
Who should do QA?How does that change with different projects and teams?What does "doing QA" mean, a
In this episode, I talk with Paul Ganssle about a fun workflow that he calls pseudo-TDD. Pseudo-TDD
In the preface of "Python Testing with pytest" I list some reasons to use pytest, under a section ca
A prototype is a a preliminary model of something, from which other forms are developed or copied. I
Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for man
Prayson Daniel, a principle data scientist, discusses testing machine learning pipelines with pytest
Performance monitoring and error detection is just as important with services and microservices as w
To understand complex code, it can be helpful to remove abstractions, even if it results in larger f
Paul has a tutorial on testing and TDD with React and TypeScript. We discuss workflow and the diffe
xfail isn't just for pytest tests. Python's unittest has @unittest.expectedFailure.In this episode,
A discussion of how to use the xfail feature of pytest to help with communication on software projec