We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96e229 commit 0061ec5Copy full SHA for 0061ec5
doc/en/example/simple.rst
@@ -621,7 +621,7 @@ Package/Directory-level fixtures (setups)
621
-------------------------------------------------------
622
623
If you have nested test directories, you can have per-directory fixture scopes
624
-by placing fixture functions in a ``conftest.py`` file in that directory
+by placing fixture functions in a ``conftest.py`` file in that directory.
625
You can use all types of fixtures including :ref:`autouse fixtures
626
<autouse fixtures>` which are the equivalent of xUnit's setup/teardown
627
concept. It's however recommended to have explicit fixture references in your
0 commit comments