gpt4 book ai didi

jasmine - 在 Jasmine 或 Mocha 中声明 "pending"规范/测试

转载 作者:行者123 更新时间:2023-12-02 09:04:15 25 4
gpt4 key购买 nike

我想描述应该在代码中的规范,但它们的实现将在稍后添加。在测试结果中,我希望看到它们既没有通过也没有失败,而是“正在等待”实现。

我很感兴趣是否可以用 Mocha 或 Jasmine 开箱即用。

谢谢

最佳答案

您可以使用xit(而不是it)和xdescribe(而不是describe)在mocha和jasmine中声明禁用的函数。

如果您希望测试显示为待处理,在 mocha 中,您可以在调用 it() 函数时将第二个参数留空。例如:

describe('Something', function () {
it('Should be pending')
xit('Should be disabled, i.e not appear on the list')
});

更新:如果发生此合并,Mocha 中 xit/xdescribe 的行为可能会发生变化:https://github.com/visionmedia/mocha/pull/510

关于jasmine - 在 Jasmine 或 Mocha 中声明 "pending"规范/测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11518609/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com