DFE / MONK

MONK is an automated integration and system test framework primarily designed for DFE's HydraIP devices.
dfe.github.io/MONK
GNU General Public License v3.0
1 stars 9 forks source link

Fixture.tear_down() might not be reached #90

Closed erikbgithub closed 10 years ago

erikbgithub commented 10 years ago

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's tearDown() method however that looks like with nose

Notes

.