Want to create an interactive transcript for this episode?
Podcast: Test & Code
Episode: 211: Stamp out test dependencies with pytest plugins
Description: 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:Causes of dependenceTesting for dependencies using pluginsDebugging test dependenciesPlugins discussed:pytest-randomlypytest-reversepytest-random-order