doc: update and improve import mode docs

This commit is contained in:
Bruno Oliveira
2024-02-27 21:29:59 +02:00
parent c85fce39b6
commit 5746b8e696
2 changed files with 69 additions and 19 deletions
+4 -2
View File
@@ -60,8 +60,10 @@ Within Python modules, ``pytest`` also discovers tests using the standard
:ref:`unittest.TestCase <unittest.TestCase>` subclassing technique.
Choosing a test layout / import rules
-------------------------------------
.. _`test layout`:
Choosing a test layout
----------------------
``pytest`` supports two common test layouts: