##// END OF EJS Templates
Fix xfail polyfill signature
Nikita Kniazev -
Show More
@@ -137,7 +137,7 b' def knownfailureif(fail_condition, msg=None):'
137 from pytest import xfail
137 from pytest import xfail
138 except ImportError:
138 except ImportError:
139
139
140 def xfail():
140 def xfail(msg):
141 raise KnownFailureTest(msg)
141 raise KnownFailureTest(msg)
142
142
143 def knownfailer(*args, **kwargs):
143 def knownfailer(*args, **kwargs):
General Comments 0
You need to be logged in to leave comments. Login now