python - Test framework allowing tests to depend on other tests -


i'm wondering if there test framework allows tests declared being dependent on other tests. imply should not run, or results should not prominently displayed, if tests depend on not pass.

the point of such setup allow root cause more readily determined in situation there many test failures.

as bonus, great if there way use object created 1 test fixture other tests.

is feature set provided of python testing frameworks? or such approach antithetical unit testing's underlying philosophy?

or such approach antithetical unit testing's underlying philosophy?

yep...if unit test, should able run on own. anytime have found wanting create dependencies on tests due code being structured in poor manner. not saying instance in case can sign of code smell.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -