Update doc/en/how-to/fixtures.rst
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
9ee20ef7eb
commit
b5bdd52208
|
@ -759,7 +759,6 @@ Consider the differences in the following examples:
|
||||||
|
|
||||||
def test_foo(fix_w_finalizers):
|
def test_foo(fix_w_finalizers):
|
||||||
print("test_foo")
|
print("test_foo")
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def test_bar(fix_w_yield):
|
def test_bar(fix_w_yield):
|
||||||
|
|
Loading…
Reference in New Issue