Added the file path for running a specific test (#18214)

This commit is contained in:
Richarda Butler
2020-08-21 15:42:24 -07:00
committed by GitHub
parent febc8ccb15
commit d599e4d9d4

View File

@@ -111,7 +111,7 @@ And this would run the ``test_platform`` test from that file:
.. code-block:: console
$ spack test architecture.py::test_platform
$ spack test lib/spack/spack/test/architecture.py::test_platform
This allows you to develop iteratively: make a change, test that change,
make another change, test that change, etc. We use `pytest