211: Stamp out test dependencies with pytest plugins

15/12/2023 18 min Episodio 211
211: Stamp out test dependencies with pytest plugins

Listen "211: Stamp out test dependencies with pytest plugins"

Episode Synopsis


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