From Python Script to Maintainable Package – Podcast

A story about packaging, and flit, tox, pytest, and coverage.And an alternate solution to "using the src". | Continue reading


@testandcode.com | 4 years ago

78: I don't write tests because – podcast

Roadblocks to writing tests, and what to do about it. | Continue reading


@testandcode.com | 4 years ago

Testing Complex Systems with Maintainable Test Suites – Podcast

Creating maintainable test suites for complex systems. The episode describes some complexities involved with hardware testing, then shares techniques for shifting complexity out of the test cases. The techniques are applicable to the testing of any complex system. | Continue reading


@testandcode.com | 4 years ago

Ultimate Guide to Memorable Tech Talks – Nina Zackarenko [audio]

Nina Zakharenko gives some great advice about giving tech talks.We talk about a blog series that Nina wrote called "The Ultimate Guide To Memorable Tech Talks". This episode is full of great help and encouragement for your own public speaking adventures. | Continue reading


@testandcode.com | 5 years ago

Interview with the Pragmatic Programmer, Andy Hunt

Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer, were original authors of the Agile Manifesto, and started a publishing company.Andy discusses the book, their publishing company, the future of agile development, and even sci-fi nove … | Continue reading


@testandcode.com | 5 years ago

Test and Code Podcast #61: A Retrospective

A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019. | Continue reading


@testandcode.com | 5 years ago

Pyproject.toml: the future of Python packaging – Brett Cannon (podcast)

Deep dive with Brett Cannon into changes in to Python packaging such as pyproject.toml, PEP 517, 518, and the implications of these changes. | Continue reading


@testandcode.com | 5 years ago

Test and Code 45: DHH – Software Testing, TDD, and QA – Podcast

An interview with DHH about his views on software testing, TDD, and exploratory testing. | Continue reading


@testandcode.com | 5 years ago

End to End and Integration Testing – Kelsey Hightower – Podcast

"You cannot compromise on integration tests." Kelsey Hightower expands on this idea to discuss real world testing of complicated systems. | Continue reading


@testandcode.com | 5 years ago

Using Automated Tests to Help Teach Python with Trey Hunner – Podcast

This interview with Trey Hunner discusses his use of automated tests to help teach programming. | Continue reading


@testandcode.com | 5 years ago