Skip to content

Commit

Permalink
fixed pytest tardis command in documentation (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
afloers authored Jan 25, 2022
1 parent c44183d commit 0849617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/development/running_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tests, you can run this with:

.. code-block:: shell
> python setup.py test
> pytest tardis
Running the more advanced unit tests requires TARDIS Reference data that can be
Expand All @@ -32,7 +32,7 @@ downloaded

.. code-block:: shell
> python setup.py test --args="--tardis-refdata=/path/to/tardis-refdata/"
> pytest tardis --tardis-refdata=/path/to/tardis-refdata/
Generating Plasma Reference
===========================
Expand Down

0 comments on commit 0849617

Please sign in to comment.