Package buildbot :: Package steps :: Module shell :: Class PerlModuleTest
[frames] | no frames]

Class PerlModuleTest

source code

process.properties.PropertiesMixin --+                    
                                     |                    
           process.buildstep.BuildStep --+                
                                         |                
        process.buildstep.LoggingBuildStep --+            
                                             |            
                                  ShellCommand --+        
                                                 |        
                       WarningCountingShellCommand --+    
                                                     |    
                                                  Test --+
                                                         |
                                                        PerlModuleTest

Instance Methods
 
evaluateCommand(self, cmd) source code

Inherited from Test: describe, setTestResults

Inherited from WarningCountingShellCommand: __init__, addSuppression, createSummary, maybeAddWarning, start, uploadDone, warnExtractFromRegexpGroups, warnExtractWholeLine

Inherited from ShellCommand: buildCommandKwargs, getWorkdir, setBuild, setCommand, setDefaultWorkdir, setStepStatus, setupEnvironment

Inherited from process.buildstep.LoggingBuildStep: addLogFile, checkDisconnect, commandComplete, getText, getText2, interrupt, maybeGetText2, setStatus, setupLogfiles, startCommand

Inherited from process.buildstep.BuildStep: __provides__, acquireLocks, addCompleteLog, addFactoryArguments, addHTMLLog, addLog, addLogObserver, addURL, failed, finished, getLog, getSlaveName, getStepFactory, releaseLocks, runCommand, setBuildSlave, setProgress, setupProgress, slaveVersion, slaveVersionIsOlderThan, startStep

Inherited from process.properties.PropertiesMixin: __providedBy__, getProperties, getProperty, hasProperty, has_key, render, setProperty

Class Variables
  command = ['prove', '--lib', 'lib', '-r', 't']
a list of renderable objects (typically strings or WithProperties instances).
  total = 0

Inherited from Test: description, descriptionDone, name, warnOnFailure

Inherited from WarningCountingShellCommand: commentEmptyLineRe, directoryEnterPattern, directoryLeavePattern, renderables, suppressionFile, suppressionLineRe, warnCount, warningPattern

Inherited from ShellCommand: flunkOnFailure

Inherited from process.buildstep.LoggingBuildStep: cmd, parms, progressMetrics

Inherited from process.buildstep.BuildStep: __implemented__, alwaysRun, build, doStepIf, flunkOnWarnings, haltOnFailure, hideStepIf, locks, progress, set_runtime_properties, step_status, useProgress, warnOnWarnings

Instance Variables

Inherited from ShellCommand: lazylogfiles, logfiles

Method Details

evaluateCommand(self, cmd)

source code 
Overrides: process.buildstep.LoggingBuildStep.evaluateCommand