diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 62e339ed81..794440b9fd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7159,7 +7159,7 @@ system and gives an overview of their function and contents. | |||
7159 | :term:`PTEST_PYTEST_DIR` | 7159 | :term:`PTEST_PYTEST_DIR` |
7160 | Within the :ref:`ref-classes-ptest-python-pytest` class, the | 7160 | Within the :ref:`ref-classes-ptest-python-pytest` class, the |
7161 | :term:`PTEST_PYTEST_DIR` variable represents the path within the source | 7161 | :term:`PTEST_PYTEST_DIR` variable represents the path within the source |
7162 | tree of a Python package holding the unit tests to be tested with the | 7162 | tree of a Python package holding the unit tests to be run with the |
7163 | `pytest <https://docs.pytest.org>`__ framework. The default value for this | 7163 | `pytest <https://docs.pytest.org>`__ framework. The default value for this |
7164 | variable is ``tests``. | 7164 | variable is ``tests``. |
7165 | 7165 | ||