value = setup_value() yield value teardown_value(value) By using yield instead of return, this is what happens: The fixture function is called It executes ...
確定! 回上一頁