【发布时间】:2020-11-12 09:51:12
【问题描述】:
@given("employees informations are added", target_fixture="information_db")
def ensure_employees_informations_added():
return [_get_employee_information()]
我的问题是返回的列表会保存在 "information_db" 中吗? (我是使用 pytest 的新手)
【问题讨论】:
标签: python pytest bdd fixtures pytest-bdd