We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode 208: Tests with no assert statements

208: Tests with no assert statements

2023/10/30
logo of podcast Test & Code

Test & Code

Shownotes Transcript

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.

** Learn pytest**