tau-pytest-bdd:测试自动化大学

时间:2024-05-11 06:42:25
【文件属性】:

文件名称:tau-pytest-bdd:测试自动化大学

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-11 06:42:25

Python

tau-pytest-bdd 此存储库包含来自带pytest-bdd的行为驱动Python的示例代码。 课程的每一章都有一个分支,显示该章结束时的代码状态。 版本4警告 TAU课程是使用pytest-bdd版本3开发的。不幸的是,版本4更新具有不兼容的更改。 @given方法现在必须包含target_fixture参数,才能像pytest固定装置一样工作。 TAU视频和成绩单使用旧的代码风格,但此处的示例代码现在使用新的代码风格。 下面是所需的新型代码的示例: @ given ( "the basket has 2 cucumbers" , target_fixture = 'basket' ) def basket (): return CucumberBasket ( initial_count = 2 ) 设置 该项目需要Python 3的最新版本。它还使用来管理软件包。


【文件预览】:
tau-pytest-bdd-master
----pytest.ini(121B)
----Pipfile(198B)
----cucumbers.py(1KB)
----tests()
--------features()
--------step_defs()
----LICENSE(11KB)
----Pipfile.lock(11KB)
----.gitignore(1KB)
----README.md(2KB)

网友评论