From 7e2ca3991cd184cc4cf2901424c8bf6870c70bac Mon Sep 17 00:00:00 2001 From: "a.floers" Date: Tue, 25 Jan 2022 18:38:25 +0100 Subject: [PATCH] fixed pytest tardis command in documentation --- docs/contributing/development/running_tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/development/running_tests.rst b/docs/contributing/development/running_tests.rst index c99fed55913..702ee0b088d 100644 --- a/docs/contributing/development/running_tests.rst +++ b/docs/contributing/development/running_tests.rst @@ -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 @@ -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 ===========================