1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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>
This commit is contained in:
Antonin Godard
2025-04-03 15:33:14 +02:00
committed by Richard Purdie
parent e894acce6e
commit a287584563
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -7159,7 +7159,7 @@ system and gives an overview of their function and contents.
:term:`PTEST_PYTEST_DIR`
Within the :ref:`ref-classes-ptest-python-pytest` class, the
:term:`PTEST_PYTEST_DIR` variable represents the path within the source
tree of a Python package holding the unit tests to be tested with the
tree of a Python package holding the unit tests to be run with the
`pytest <https://docs.pytest.org>`__ framework. The default value for this
variable is ``tests``.