Skip to content

Commit 4b1707f

Browse files
github-actions[bot]nicoddemus
andauthoredJan 27, 2022
[7.0.x] Autouse linearization graph (#9557)
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 28e5b3b commit 4b1707f

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed
 
Loading

‎doc/en/reference/fixtures.rst

+3
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ the graph would look like this:
401401
Because ``c`` can now be put above ``d`` in the graph, pytest can once again
402402
linearize the graph to this:
403403

404+
.. image:: /example/fixtures/test_fixtures_order_autouse_flat.*
405+
:align: center
406+
404407
In this example, ``c`` makes ``b`` and ``a`` effectively autouse fixtures as
405408
well.
406409

0 commit comments

Comments
 (0)
Please sign in to comment.