Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Jul 18, 2022
1 parent 03edeba commit cef4f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/src/developers_guide/contributing_running_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ There are two options for running the tests:
* Use an environment you created yourself. This requires more manual steps to
set up, but gives you more flexibility. For example, you can run a subset of
the tests or use ``python`` interactively to investigate any issues. See
:ref:`using manual env`.
:ref:`test manual env`.

* Use ``nox``. This will automatically generate an environment and run test
sessions consistent with our GitHub continuous integration. See :ref:`using nox`.

.. _using manual env:
.. _test manual env:

Using a Manually Created Environment for Testing Iris
=====================================================
Testing Iris in a Manually Created Environment
==============================================

To create a suitable environment for running the tests, see :ref:`installing_from_source`.

Expand Down Expand Up @@ -46,7 +46,7 @@ All the Iris tests may be run from the root ``iris`` project directory using

pytest -n 2

will run the tests on two processors. For more options, use the command
will run the tests across two processes. For more options, use the command
``pytest -h``. Below is a trimmed example of the output::

============================= test session starts ==============================
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ the command::

pytest

For more information see :ref:`developer_running_tests`.
For more information see :ref:`test manual env`.


Custom Site Configuration
Expand Down

0 comments on commit cef4f65

Please sign in to comment.