Skip to content

Commit

Permalink
Docs: Fix typo in pytest plugins codeblock (#6513)
Browse files Browse the repository at this point in the history
Cherry-pick: 89cd03c
  • Loading branch information
kmlefran authored and sphuber committed Aug 7, 2024
1 parent 9c26ce7 commit eb23688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/topics/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ To make use of these fixtures, create a ``conftest.py`` file in your ``tests`` f

.. code-block:: python
pytest_plugins = 'aiida.tools.pytest_fixtures
pytest_plugins = 'aiida.tools.pytest_fixtures'
Just by adding this line, the fixtures that are provided by the :mod:`~aiida.tools.pytest_fixtures` module are automatically imported.
The module provides the following fixtures:
Expand Down

0 comments on commit eb23688

Please sign in to comment.