返回介绍

2.5.25.1. Worker command expectations

发布于 2023-09-20 23:50:39 字数 2028 浏览 0 评论 0 收藏 0

Caution

Buildbot no longer supports Python 2.7 on the Buildbot master.

2.5.25.1. Worker command expectations

TestBuildStepMixin is used to test steps and accepts command expectations to its expect_commands method. These command expectations are instances of classes listed in this page.

In all cases the arguments used to construct the expectation is what is expected to receive from the step under test. The methods called on the command are used to build a list of effects that the step will observe.

class buildbot.test.steps.Expect
class buildbot.test.steps.ExpectShell(Expect)
class buildbot.test.steps.ExpectStat(Expect)
class buildbot.test.steps.ExpectUploadFile(Expect)
class buildbot.test.steps.ExpectDownloadFile(Expect)
class buildbot.test.steps.ExpectMkdir(Expect)
class buildbot.test.steps.ExpectRmdir(Expect)
class buildbot.test.steps.ExpectCpdir(Expect)
class buildbot.test.steps.ExpectRmfile(Expect)
class buildbot.test.steps.ExpectGlob(Expect)
class buildbot.test.steps.ExpectListdir(Expect)

This class represents a mkdir command sent to the worker.

__init__(dir=None):

Initializes the expectation.

files(files=None)
Parameters:

files (list) – An optional list of returned files.

Specifies the list of files returned to the step.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文