make Test Outcomes inherit from BaseException instead of exception

fixes #580
This commit is contained in:
Ronny Pfannschmidt
2015-09-19 01:03:05 +02:00
parent 17121960b4
commit 06a49338b2
13 changed files with 176 additions and 156 deletions

View File

@@ -23,7 +23,7 @@ from _pytest.compat import (
get_real_func, getfslineno, safe_getattr,
safe_str, getlocation, enum,
)
from _pytest.runner import fail
from _pytest.outcomes import fail
from _pytest.mark import transfer_markers
cutdir1 = py.path.local(pluggy.__file__.rstrip("oc"))