Python相当于ruby rspec的“跳过”和“待定”

时间:2017-11-15 10:14:13

标签: python ruby unit-testing rspec pytest

我是从红宝石到蟒蛇。使用ruby的rspec,我习惯使用skippending来表示应该跳过/当前无法执行的测试。

Python中有哪些等价物?

1 个答案:

答案 0 :(得分:2)

Python的pytest允许: