On Thu, 8 May 2025 at 23:42, Tom Rini <[email protected]> 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 <[email protected]> > --- > Cc: Heinrich Schuchardt <[email protected]> > Cc: Simon Glass <[email protected]> > --- > 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 <[email protected]>

