Remove print left by accident

This commit is contained in:
Bruno Oliveira 2015-09-28 18:25:20 -03:00
parent 6caa7083db
commit 5f860181b6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def showhelp(config):
tw.line("to see available fixtures type: py.test --fixtures")
tw.line("(shown according to specified file_or_dir or current dir "
"if not specified)")
tw.line(str(reporter.stats))
for warningreport in reporter.stats.get('warnings', []):
tw.line("warning : " + warningreport.message, red=True)
return