On Thu, 8 May 2025 at 23:42, Tom Rini <tr...@konsulko.com> wrote: > > Add this test to the documentation. None of the functions had comments, > so attempt to explain what each does. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > Cc: Heinrich Schuchardt <xypron.g...@gmx.de> > Cc: Simon Glass <s...@chromium.org> > --- > doc/develop/pytest/index.rst | 1 + > doc/develop/pytest/test_bind.rst | 8 ++++++++ > test/py/tests/test_bind.py | 12 ++++++++++++ > 3 files changed, 21 insertions(+) > create mode 100644 doc/develop/pytest/test_bind.rst >
Reviewed-by: Simon Glass <s...@chromium.org>