gpt4 book ai didi

python - 全部导入还是不行

转载 作者:行者123 更新时间:2023-12-01 05:38:15 25 4
gpt4 key购买 nike

我正在尝试使用 Eclipse 中的 Behave 构建 BDD 测试环境。每当我从 import 定义开始时,from Bebee import * Eclipse 都会抛出 import 警告。

此外,givenwhenthen 的装饰器被标记为 undefined variable

有人知道为什么不导入装饰器吗?

使用from Bebee import *时出现错误消息

Unused in wild import: AmbiguousStep, StepRegistry, i18n, importer, json_parser, log_capture, matchers, model, names, runner, runner_util, setup_step_decorators, step_matcher, step_registry, tag_expression, textutil... others suppressed

装饰器的错误消息:

Undefined variable: given

最佳答案

首先要做的事:

import explicit

然后:

from behave import given, when, then, step

如果不添加评论,应该可以工作:)

关于python - 全部导入还是不行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18331105/

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