This commit is contained in:
Mehera Emrich
2021-04-01 15:13:12 +02:00
committed by GitHub
parent b96e229c95
commit 0061ec5555
+1 -1
View File
@@ -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
<autouse fixtures>` which are the equivalent of xUnit's setup/teardown
concept. It's however recommended to have explicit fixture references in your