Home | Trees | Indices | Help |
|
---|
|
1 from unittest import TestResult 2 3 from buildbot.steps.shell import ShellCommand 46 """A ShellCommand that sniffs subunit output. 7 8 Ideally not needed, and thus here to be trivially deleted. See issue #615 9 """ 101712 ShellCommand.__init__(self, *args, **kwargs) 13 # importing here gets around an import loop 14 from buildbot.process import subunitlogobserver 15 self.addLogObserver('stdio', subunitlogobserver.SubunitLogObserver()) 16 self.progressMetrics = self.progressMetrics + ('tests', 'tests failed')
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 25 17:53:30 2010 | http://epydoc.sourceforge.net |