From a634747c1982e8946bacc4007b86f30a938130db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:04:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index f9b7b0cc5..2fce4be82 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -175,7 +175,7 @@ Back to fixtures everything that test needs to do its thing. 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. In pytest, "fixtures" are functions you define that serve this purpose. But they