| Trees | Indices | Help |
|
|---|
|
|
process.buildstep.BuildStep --+
|
process.buildstep.LoggingBuildStep --+
|
shell.ShellCommand --+
|
PyLint
A command that knows about pylint output. It's a good idea to add --output-format=parseable to your command, since it includes the filename in the message.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
name =
|
|
description =
|
|
descriptionDone =
|
|
MESSAGES =
|
|
flunkingIssues =
|
|
|
Inherited from Inherited from Inherited from |
|
| Instance Variables | |
|
Inherited from Inherited from |
| Method Details |
To create summary logs, do something like this: warnings = grep('^Warning:', log.getText()) self.addCompleteLog('warnings', warnings)
|
Decide whether the command was SUCCESS, WARNINGS, or FAILURE. Override this to, say, declare WARNINGS if there is any stderr activity, or to say that rc!=0 is not actually an error.
|
| Class Variable Details |
MESSAGES
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:43 2010 | http://epydoc.sourceforge.net |