<div dir="ltr"><div>I've coded some tests that result too heavy (slow) for unit testing. But I think they still provide value in specific cases.</div><div><br></div><div>So I've thought of renaming the file as <b>heavy_test_*.py</b>. This will make default calls skip them but they can still be run explicitly whenever the developer/tester wants to extend the coverage or the reliability of the tests.</div><div><br></div><div>I'd like to know what other developers/testers think of this approach.</div><div><br></div><div>If we do this for other modules and components we might create a subfolder 'heavy_tests' or similar to collect separate them from regular <b>tests_*.py</b> files.</div><div><br></div><div>Thoughts?<br></div></div>