[Buildbot-commits] [buildbot/buildbot] cc69ba: Add a basic test framework for build steps
noreply at github.com
noreply at github.com
Tue Jun 14 13:59:24 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: cc69ba3e438d0d7436eb7e7f52967d59cc9a4284
https://github.com/buildbot/buildbot/commit/cc69ba3e438d0d7436eb7e7f52967d59cc9a4284
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-14 (Tue, 14 Jun 2011)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/shell.py
A master/buildbot/test/fake/remotecommand.py
A master/buildbot/test/unit/test_steps_shell.py
A master/buildbot/test/util/steps.py
Log Message:
-----------
Add a basic test framework for build steps
This only does a very basic test of ShellCommand, but gets things
started. Logs are handled correctly, for steps that expect to be able
to read the logged results.
More information about the Commits
mailing list