diff --git a/docs/getting-started/installation.rst b/docs/getting-started/installation.rst index 658276db5..db6b6261b 100644 --- a/docs/getting-started/installation.rst +++ b/docs/getting-started/installation.rst @@ -45,7 +45,7 @@ You can then test your installation by running the unit tests: .. code-block:: bash pip install -r requirements-test.txt - pytest -vs . + pytest -vs test/unit/ and the benchmarks