Re: [PATCH v7 3/3] doc: revise coding guidelines section

2025-07-16 Thread Patrick Robb
On Wed, Jul 16, 2025 at 4:54 PM Dean Marx wrote: > code. > > > How To Write a Test Suite > - > > -All test suites inherit from ``TestSuite`` defined in > ``dts/framework/test_suite.py``. > -There are four types of methods that comprise a test suite: > +All test suites ar

[PATCH v7 3/3] doc: revise coding guidelines section

2025-07-16 Thread Dean Marx
The Framework Coding Guidelines section includes outdated information about DTS and how to write a test suite. Updated these points to include the new test case decorators and setup/teardown hooks. Signed-off-by: Dean Marx Reviewed-by: Patrick Robb --- doc/guides/tools/dts.rst | 203 +++