Home

Test & Code

Mostly about building software with the guardrails of automated tests and other handy automation bit

Episodes

Total: 231

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

An overview of the pytest flags that help with debugging. From Chapter 13, Debugging Test Failures,

pip : "pip installs packages" or maybe "Package Installer for Python" pip is an invaluable tool when

162: Flavors of TDD

2021/8/3

What flavor of TDD do you practice? In this episode we talk about: Classical vs Mockist TDD Detr

Software development processes create value, and have waste, in the Lean sense of the word waste. Le

Should your code be DRY or DAMP or something completely different? How about your test code? Do diff

When learning data science and machine learning techniques, you need to work on a data set. Matt Har

158: TDD in Swift - Gio

2021/6/18

Iterative processes that include writing test code and production code together, such as TDD, help m

pre-commit started as a framework for running linters and code formatters during git actions via git

Flake8 is a command-line tool for linting Python projects. By default, it includes lint checks prov

Tim Ottinger has four questions that work great in many situations, from doing homework, to cooking,

You need tests for your web app. And it has a database. What do you do with the database during test

Playwright is an end to end automated testing framework for web apps with Python support and even a

I always learn a lot when I talk to Brett, and this episode is no exception. We talk about the packa