5a3b9799aa
Improve documentation about pytest integration with Twister. Add examples of usage, improve description of available options and introduce automatic doc generation of two plugin classes (DeviceAdapter and Shell) basing on their docstrings from source code. Signed-off-by: Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>
19 lines
307 B
Plaintext
19 lines
307 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe>=4.34
|
|
sphinx~=6.2
|
|
sphinx_rtd_theme~=1.2
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments>=2.9
|
|
sphinx-notfound-page
|
|
sphinx-copybutton
|
|
sphinx-togglebutton
|
|
|
|
# YAML validation. Used by zephyr_module.
|
|
PyYAML>=5.1
|
|
pykwalify
|
|
|
|
# Used by pytest-twister-harness plugin
|
|
pytest
|