gpt4 book ai didi

linux - 如何在 Linux 终端中使用 Python Behave 创建 Hello World 测试?

转载 作者:太空宇宙 更新时间:2023-11-04 11:47:25 24 4
gpt4 key购买 nike

我不明白如何在 Linux 终端中使用 python behave 创建一个 hello world 测试。

我刚刚开始专门学习 BDD 和 Python Behave。我创建了一个功能目录和一个步骤文件夹。在该文件夹中,我有一个 .py 文件,为了练习,我从 Behave 文档站点复制了该文件的内容。

我还创建了一个 helloWorld.py 文件,其中包含打印“Hello World”的简单代码。但是我究竟该如何创建 Python Behave Hello World 测试呢?我正在使用 Linux 终端,无法为此访问 IDE。

仅供引用:https://behave.readthedocs.io/en/latest/

我从来没有使用过堆栈溢出,所以请原谅我的任何违规行为。

一个 .py 文件,其内容是我从 Behave 文档站点复制的,用于练习。以下是以防万一的代码:

from behave import *

@given('we have behave installed')
def step_impl(context):
pass

@when('we implement a test')
def step_impl(context):
assert True is not False

@then('behave will test it for us!')
def step_impl(context):
assert context.failed is False

最佳答案

提示:

关于linux - 如何在 Linux 终端中使用 Python Behave 创建 Hello World 测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57205066/

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