<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 10, 2018 at 3:52 PM Gregory P. Smith &lt;<a href="mailto:greg@krypto.org">greg@krypto.org</a>&gt; wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>Indeed.  I find more value in test runners that effectively randomize the order.  It makes flaky tests with side effects that leak out apparent, improving the overall health of your test suite.  test_b was passing only because test_a did something that made test_b&#39;s test not do what was intended?  you&#39;ll find out rather than potentially hiding a bug.</div></div></div></blockquote><div><br></div><div>Agreed, just want to mention the pytest-randomly plugin: <a href="https://pypi.org/project/pytest-randomly">https://pypi.org/project/pytest-randomly</a>.</div><div><br></div><div>Cheers,</div><div>Bruno.</div></div></div>