diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index 8a5bdac..290a518 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -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".