@given("employees informations are added", target_fixture="information_db")
def ensure_employees_informations_added():
return [_get_employee_information()]
My question is will the returned list be saved in "information_db" ? (I am new with working with pytest )