nose2
nose2 copied to clipboard
Method for disabling plugins
Some method callable from within a plugin to turn itself off or disable certain classes of its own hooks. (e.g. If there is some setup running at the beginning of each test case and teardown at the end of each testcase. If setup fails then teardown, should not be attempted.) Would like to implement this in a generalized way.