Python Test-logo

Python Test

Technology Podcasts

Practical automated testing for software engineers using Python. Mostly. But also so much more.

Location:

United States

Description:

Practical automated testing for software engineers using Python. Mostly. But also so much more.

Twitter:

@testandcode

Language:

English

Contact:

541-206-4736


Episodes
Ask host to enable sharing for playback control

218: Balancing test coverage with test costs - Nicole Tietz-Sokolskaya

4/18/2024
Nicole is a software engineer and writer, and recently wrote about the trade-offs we make when deciding which tests to write and how much testing is enough. We talk about: Links: Too much of a good thing: the trade-off we make with testsLoad testing is hard, and the tools are... not great. But why?Yet Another Rust Resource (YARR!)Goodhart's law Sponsored by Mailtrap.io MAILTRAP.IOSponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:28:48

Ask host to enable sharing for playback control

217: Podcasting / SaaS / Work Life Balance - Justin Jackson

4/11/2024
If you've ever thought about starting a podcast or a SaaS project, you'll want to listen to this episode. Justin is one of the people who motivated me to get started podcasting. He's also running a successful SaaS company, transistor.fm, which hosts this podcast. Topics: BTW. This episode was recorded last summer before I switched to transistor.fm. I'm now on Transistor for most of a year now, and I love it. Links from the show: Transistor.fmHow to start a podcast in 2024Build your SaaSBuild & LaunchMegaMaker Sponsored by Mailtrap.io MAILTRAP.IOSponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:57:13

Ask host to enable sharing for playback control

216: ruff, uv, and Astral: Python tooling, much faster, with Rust

3/11/2024
Charlie Marsh and team are using Rust to make Python tooling faster. Since uv is the newest tool, there's quite a bit of the discussion diving into uv. Links: ruffAstraluv Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:48:44

Ask host to enable sharing for playback control

215: Staying Technical as a Manager

2/25/2024
Software engineers that move into leadership roles have a struggle between learning leadership skills, maintaining technical skills, and learning new leadership and technical skills. Matt Makai went from individual contributor to developer relations to leadership in devrel. We discuss how to stay technical, as well as dive into some results of his studies in how companies use developer relationship channels. Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:40:49

Ask host to enable sharing for playback control

214: Python Testing in VS Code

2/7/2024
If you haven't tried running automated tests, especially with pytest, in VS Code recently, you should take another look. The Python for VS Code interface for testing, especially for pytest, has changed recently. On this episode we discuss the change with the software engineer working on the pytest changes, Eleanor Boyd, and the product manager, Courtney Webster. Links from the episode: Blog post announcing the rewrite Code repo for questions, comments, issues etc The Complete pytest Course courses.pythontest.com

Duration:00:38:49

Ask host to enable sharing for playback control

213: Repeating Tests

1/19/2024
If a test fails in a test suite, I'm going to want to re-run the test. I may even want to re-run a test, or a subset of the suite, a bunch of times. There are a few pytest plugins that help with this: pytest-repeatpytest-rerunfailurespytest-flakefinderpytest-instafailWe talk about each of these in this episode. Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:15:01

Ask host to enable sharing for playback control

212: Canon TDD - by Kent Beck

1/13/2024
In 2002, Kent Beck released a book called "Test Driven Development by Example". In December of 2023, Kent wrote an article called "Canon TDD". With Kent's permission, this episode contains the full content of the article. Brian's commentary is saved for a followup episode. Links: Canon TDDTest Driven Development by Example The Complete pytest Course courses.pythontest.com

Duration:00:07:54

Ask host to enable sharing for playback control

211: Stamp out test dependencies with pytest plugins

12/15/2023
We want to be able to run tests in a suite, and debug them in isolation, and have the behavior be the same. If the behavior is different in isolation vs in a suite, it's a nightmare to debug. In this episode, we'll talk about: Plugins discussed: Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:20:36

Ask host to enable sharing for playback control

210: TDD - Refactor while green

11/29/2023
Test Driven Development. Red, Green, Refactor. This episode is to talk about this with a an example. Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:18:27

Ask host to enable sharing for playback control

209: Testing argparse Applications

11/16/2023
How do you test the argument parsing bit of an application that uses argparse? This episode covers: Also, there's a full writeup and code samples available: Testing argparse ApplicationsCode Repo The Complete pytest Course courses.pythontest.com

Duration:00:16:37

Ask host to enable sharing for playback control

208: Tests with no assert statements

10/29/2023
Why on earth would you want to write a test with no assert statements? After all, aren't assert statements how you decide wether a test passes or fails? In this episode, we walk through a handful of useful examples of test code without asserts. We also talk about how these types of tests are a great way to dip your toe into testing. Sponsored by PyCharm Pro jetbrains.com/pycharmpythontest.com/pycharmThe Complete pytest Course courses.pythontest.com

Duration:00:14:57

Ask host to enable sharing for playback control

207: Welcome to "Python Test", pytest course, pytest-repeat and pytest-flakefinder

9/25/2023
Python Bytes PodcastPython People PodcastPython Test Podcasttestandcode.com"The Complete pytest Course"pytest-repeatpytest-flakefinderpytest-check

Duration:00:14:14

Ask host to enable sharing for playback control

206: TDD in Context

8/23/2023
TDD (Test Driven Development) started from Test First Programming, and has been around at least since the 90's. However, software tools and available CI systems have changed quite a bit since then. Maybe it's time to re-examine the assumptions, practices, processes, and principles of TDD. At least in the context of my software engineering career, modifications to TDD, at least the version of TDD as it's frequently taught, have been necessary. This is the start of a series focused on examining TDD and related lightweight practices and processes. Links from the show: Test FirstUnit TestsAcceptance TestsTest-Driven Development (wikipedia)

Duration:00:21:00

Ask host to enable sharing for playback control

205: pytest autouse fixtures

7/31/2023
On a recent episode of PythonBytes, I suggested it's hard to come up with good examples for pytest autouse fixtures, as there aren't very many good reasons to use them. James Falcon was kind enough to reach out and correct me. In this episode, we describe:

Duration:00:29:09

Ask host to enable sharing for playback control

Free Your Inner Nonfiction Writer

7/18/2023
Learn how to write nonfiction fast and well. Johanna Rothman joins the show to discuss writing nonfiction. Johanna's book: Free Your Inner Nonfiction Writer

Duration:00:37:32

Ask host to enable sharing for playback control

Open Source at Intel

7/17/2023
Open Source is important to Intel and has been for a very long time. Joe Curley, vice president and general manager of software products and ecosystem, and Arun Gupta, vice president and general manager for open ecosystems, join the show to discuss open source, OneAPI, and open ecosystems at Intel.

Duration:00:43:33

Ask host to enable sharing for playback control

Using Towncrier to Keep a Changelog

5/31/2023
Hynek joins the show to discuss towncrier. At the top of the towncrier documentation, it says "towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your project." Towncrier is used by "Twisted, pytest, pip, BuildBot, and attrs, among others." This is the last of 3 episodes focused on keeping a CHANGELOG. Episode 200 kicked off the series with keepachangelog.com and Olivier Lacan In 201 we had Ned Batchelder discussing scriv. Special Guest: Hynek Schlawack. Links: Towncrier docsHow to Keep a Changelog in Markdown - Towncrier docsKeep a Changelogstructlog/CHANGELOG.mdhatch-fancy-pypi-readmeMyST Markdown hatchling

Duration:00:49:44

Ask host to enable sharing for playback control

Avoid merge conflicts on your CHANGELOG with scriv

5/25/2023
Last week we talked about the importance of keeping a changelog. This week we talk with Ned Batchelder about scriv, a tool to help maintain that changelog. Scriv "is a command-line tool for helping developers maintain useful changelogs. It manages a directory of changelog fragments. It aggregates them into entries in a CHANGELOG file." Links: nedbat/scriv: Changelog management tool

Duration:00:35:22

Ask host to enable sharing for playback control

Keep a CHANGELOG

5/19/2023
A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. This episode is about what a changelog is, with an interview with Olivier Lacan, creator of keepachangelog.com. The next two episodes talk about some tools to help software project teams keep changelogs while avoiding merge conflicts. Special Guest: Olivier Lacan. Sponsored By: porkbunA refreshingly different domain name registrar. Get a free .app or .dev domain name by using this link or promo code. Links: Shields.ioKeep a Changelog"The Changelog" Podcast interview with Olivier LacanAn Open Source Rage Diamond

Duration:00:52:13

Ask host to enable sharing for playback control

Is Azure Right for a Side Project?

5/4/2023
For a web side project to go from "working on desktop" to "live in the cloud", one decision that needs to be made is where to host everything. One option is Microsoft Azure. Lots of corporate sites use it. Is it right for side projects? Pamela Fox, a Cloud Advocate for Python at Microsoft, joins the show to help us with that question. Special Guest: Pamela Fox. Sponsored By: porkbunA refreshingly different domain name registrar. Get a free .app or .dev domain name by using this link or promo code. Links: Python Bytes Episode #323pamelafox gitHub projectsDeploy a Python (Django or Flask) web app to AzureHosting Python Web Apps on Azure: A Price-OffDeploying a containerized FastAPI app to Azure Container AppsGetting started with hosting Python apps on AzurePricing Calculator for AzureApp Service Pricing pamelafox/flask-db-quiz-exampleTutorial: Deploy a Python Django or Flask web app with PostgreSQLPamela Fox on Mastodon

Duration:00:51:11