diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-04-03 15:33:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 16:28:33 +0100 |
commit | 80807dd0441a746d9efce16d661079e4624ddc1e (patch) | |
tree | b026f7a87068f4193d282223e400bd4c10002497 /documentation/ref-manual/variables.rst | |
parent | a6dbc53b4330d3a0bf833adaad2814c6d459f28a (diff) | |
download | poky-80807dd0441a746d9efce16d661079e4624ddc1e.tar.gz |
ref-manual/classes: ptest-python-pytest: improve the current documentation
Improve the current ptest-python-pytest documentation and
PTEST_PYTEST_DIR variable definition. Namely remove the default value
that may evolve over time.
Suggested-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: a83406103ca73d84fc8f5c50a8968faf91276a62)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||