diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 41bda5d0d6..8e0833bff4 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7110,6 +7110,16 @@ system and gives an overview of their function and contents. | |||
7110 | at build time should be done by adding "ptest" to (or removing it | 7110 | at build time should be done by adding "ptest" to (or removing it |
7111 | from) :term:`DISTRO_FEATURES`. | 7111 | from) :term:`DISTRO_FEATURES`. |
7112 | 7112 | ||
7113 | :term:`PTEST_PYTEST_DIR` | ||
7114 | Within the :ref:`ref-classes-ptest-python-pytest` class, the | ||
7115 | :term:`PTEST_PYTEST_DIR` variable represents the path within the source | ||
7116 | tree of a Python package holding the unit tests to be tested with the | ||
7117 | `pytest <https://docs.pytest.org>`__ framework. The default value for this | ||
7118 | variable is ``tests``. | ||
7119 | |||
7120 | For more information, see | ||
7121 | the :ref:`ref-classes-ptest-python-pytest` class documentation. | ||
7122 | |||
7113 | :term:`PV` | 7123 | :term:`PV` |
7114 | The version of the recipe. The version is normally extracted from the | 7124 | The version of the recipe. The version is normally extracted from the |
7115 | recipe filename. For example, if the recipe is named | 7125 | recipe filename. For example, if the recipe is named |