From 0061ec5555de0298566d1aadc14c26851ba4b9c0 Mon Sep 17 00:00:00 2001 From: Mehera Emrich <73163184+meemrich@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:13:12 +0200 Subject: [PATCH] Fix typo (#8504) --- doc/en/example/simple.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/simple.rst b/doc/en/example/simple.rst index 759f308e2..61a5faf77 100644 --- a/doc/en/example/simple.rst +++ b/doc/en/example/simple.rst @@ -621,7 +621,7 @@ Package/Directory-level fixtures (setups) ------------------------------------------------------- If you have nested test directories, you can have per-directory fixture scopes -by placing fixture functions in a ``conftest.py`` file in that directory +by placing fixture functions in a ``conftest.py`` file in that directory. You can use all types of fixtures including :ref:`autouse fixtures ` which are the equivalent of xUnit's setup/teardown concept. It's however recommended to have explicit fixture references in your