Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 321 Bytes

File metadata and controls

16 lines (10 loc) · 321 Bytes
.. bb:step:: Test

Test

from buildbot.plugins import steps

f.addStep(steps.Test())

This is meant to handle unit tests. The default command is :command:`make test`, and the warnOnFailure flag is set. The other arguments are identical to :bb:step:`ShellCommand`.