2.5.25. Testing Utilities
This section outlives various utilities that are useful when testing configuration written for Buildbot.
Note
At this moment the APIs outlined here are experimental and subject to change.
- TestBuildStepMixin - provides a framework for testing steps 
- TestReactorMixin - sets up test case with mock time 
Command expectations:
- ExpectShell - expects - shellcommand
- ExpectStat - expects - statcommand
- ExpectUploadFile - expects - uploadFilecommand
- ExpectDownloadFile - expects - downloadFilecommand
- ExpectMkdir - expects - mkdircommand
- ExpectRmdir - expects - rmdircommand
- ExpectCpdir - expects - cpdircommand
- ExpectRmfile - expects - rmfilecommand
- ExpectGlob - expects - globcommand
- ExpectListdir - expects - listdircommand