Skip to content

Commit

Permalink
[7.2.x] made minor updates to fixtures docs (#10778)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy <william.j.kern@gmail.com>
  • Loading branch information
github-actions[bot] and billykern committed Feb 28, 2023
1 parent 2fd4549 commit e8e7d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ def b(a, order):


@pytest.fixture
def c(a, b, order):
def c(b, order):
order.append("c")


Expand Down
2 changes: 1 addition & 1 deletion doc/en/reference/fixtures.rst
Expand Up @@ -335,7 +335,7 @@ For example:

.. literalinclude:: /example/fixtures/test_fixtures_order_dependencies.py

If we map out what depends on what, we get something that look like this:
If we map out what depends on what, we get something that looks like this:

.. image:: /example/fixtures/test_fixtures_order_dependencies.*
:align: center
Expand Down

0 comments on commit e8e7d44

Please sign in to comment.