make Test Outcomes inherit from BaseException instead of exception
fixes #580
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
import py
|
||||
|
||||
from _pytest.compat import isclass, izip
|
||||
from _pytest.runner import fail
|
||||
from _pytest.outcomes import fail
|
||||
import _pytest._code
|
||||
|
||||
# builtin pytest.approx helper
|
||||
|
||||
Reference in New Issue
Block a user