switch out the placeholder MarkEvaluator in unittest plugin
This commit is contained in:
parent
e7a4d3d8cf
commit
667e70f555
|
@ -134,8 +134,7 @@ class TestCaseFunction(Function):
|
|||
try:
|
||||
skip(reason)
|
||||
except skip.Exception:
|
||||
self._evalskip = MarkEvaluator(self, 'SkipTest')
|
||||
self._evalskip.result = True
|
||||
self._evalskip = True
|
||||
self._addexcinfo(sys.exc_info())
|
||||
|
||||
def addExpectedFailure(self, testcase, rawexcinfo, reason=""):
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* remove unnecessary mark evaluator in unittest plugin
|
Loading…
Reference in New Issue