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

@@ -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