[svn r63908] first step in only allowing keyword arguments to plugin calls
--HG-- branch : trunk
This commit is contained in:
@@ -61,7 +61,7 @@ class TerminalReporter:
|
||||
self._tw.sep(sep, title, **markup)
|
||||
|
||||
def getcategoryletterword(self, rep):
|
||||
res = self.config.api.pytest_report_teststatus(rep)
|
||||
res = self.config.api.pytest_report_teststatus(rep=rep)
|
||||
if res:
|
||||
return res
|
||||
for cat in 'skipped failed passed ???'.split():
|
||||
|
||||
Reference in New Issue
Block a user