Closed erikbgithub closed 10 years ago
If a test suite fails the tear_down() method might not be reached at all.
tear_down()
The tear_down() method should actually be executed in the test case's tearDown() method however that looks like with nose
tearDown()
nose
.
Problem
If a test suite fails the
tear_down()
method might not be reached at all.Solution
The
tear_down()
method should actually be executed in the test case'stearDown()
method however that looks like withnose
Notes
.