文件名称:python-lab-bdd
文件大小:43KB
文件格式:ZIP
更新时间:2024-04-20 13:53:50
Gherkin
BDD Lab(社交网络) 这是BDD实验室的原始资料。 这个实验的目的是展示如何使用人类可读的规格驱动系统的开发-利用,为PythonCucumber克隆BDD框架,使规范为自动化测试。 设置 确保从安装了最新版本的Python(当前为3.7.1)。 在存储库文件夹中,请安装以下内容以运行项目: # install the dependencies from Pipfile: pipenv install --dev # activate this project's virtualenv: pipenv shell Pipenv“自动为您的项目创建和管理virtualenv,并在安装/卸载软件包时从Pipfile添加/删除软件包。它还会生成非常重要的Pipfile.lock,用于生成确定性的版本。” 运行测试 可以在pipenv shell内执行以下命令。 您还可以在pip
【文件预览】:
python-lab-bdd-master
----flitter()
--------__init__.py(0B)
--------flitter.py(967B)
----.github()
--------workflows()
----poetry.lock(22KB)
----.pylintrc(17KB)
----README.md(2KB)
----features()
--------message_feed.feature(2KB)
--------environment.py(154B)
--------steps()
----pycharm-test-config.png(27KB)
----tests()
--------test_example.py(48B)
----.gitignore(1KB)
----pyproject.toml(374B)