[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
52b450a435
commit
a634747c19
|
@ -175,7 +175,7 @@ Back to fixtures
|
||||||
everything that test needs to do its thing.
|
everything that test needs to do its thing.
|
||||||
|
|
||||||
At a basic level, test functions request fixtures by declaring them as
|
At a basic level, test functions request fixtures by declaring them as
|
||||||
arguments, as ``my_fruit`` and ``fruit_basket`` in the
|
arguments, as ``my_fruit`` and ``fruit_basket`` in the
|
||||||
``test_my_fruit_in_basket(my_fruit, fruit_basket):`` example below.
|
``test_my_fruit_in_basket(my_fruit, fruit_basket):`` example below.
|
||||||
|
|
||||||
In pytest, "fixtures" are functions you define that serve this purpose. But they
|
In pytest, "fixtures" are functions you define that serve this purpose. But they
|
||||||
|
|
Loading…
Reference in New Issue