Skip to content

Commit

Permalink
Update docs with command to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Oct 29, 2024
1 parent 7bf0f53 commit bc03636
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,19 @@ To add a package:
$ poetry add [package name]
To run the Python tests:
To run the Python unit tests:

.. code-block:: bash
$ poetry run pytest
To run unit and integration tests, some of which depend on the `T-Res resources <../getting-started/resources.html>`_:

.. code-block:: bash
$ poetry run pytest tests --no-skip
If you want to use Jupyter notebook, run it as usual, and then select the
created kernel in "Kernel" > "Change kernel".

Expand Down

0 comments on commit bc03636

Please sign in to comment.