On Thu, 8 May 2025 at 01:25, Tom Rini <[email protected]> wrote:
>
> Add this test to the documentation. While the diff appears large at
> first, the only changes within the test are to move the imports to
> follow the pydoc comment and then to code-block and indent the example
> configuration.
>
> Signed-off-by: Tom Rini <[email protected]>
> ---
> Cc: Heinrich Schuchardt <[email protected]>
> Cc: Simon Glass <[email protected]>
> ---
>  doc/develop/pytest/index.rst    |   1 +
>  doc/develop/pytest/test_net.rst |   8 ++
>  test/py/tests/test_net.py       | 152 ++++++++++++++++----------------
>  3 files changed, 86 insertions(+), 75 deletions(-)
>  create mode 100644 doc/develop/pytest/test_net.rst

Reviewed-by: Simon Glass <[email protected]>

Reply via email to