We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions

Test & Code

Building software is more fun with tests.

Episodes

Total: 268

175: Who Should Do QA?

2022/1/12

Who should do QA?How does that change with different projects and teams?What does "doing QA" mean, a

pseudo-TDD - Paul Ganssle

2021/12/22

In this episode, I talk with Paul Ganssle about a fun workflow that he calls pseudo-TDD. Pseudo-TDD

In this episode, I talk with Paul Ganssle about a fun workflow that he calls pseudo-TDD. Pseudo-TDD

Why NOT unittest?

2021/12/17

In the preface of "Python Testing with pytest" I list some reasons to use pytest, under a section ca

173: Why NOT unittest?

2021/12/17

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

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

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

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

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

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

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,

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