Re: [RFC PATCH 2/7] dts: isolate test specification to config

2025-02-11 Thread Dean Marx
On Mon, Feb 3, 2025 at 10:17 AM Luca Vizzarro wrote: > > In an effort to improve separation of concerns, make the TestRunConfig > class responsible for processing the configured test suites. Moreover, > give TestSuiteConfig a facility to yield references to the selected test > cases. > > Signed-of

Re: [RFC PATCH 2/7] dts: isolate test specification to config

2025-02-10 Thread Nicholas Pratte
This makes sense to me! Reviewed-by: Nicholas Pratte On Mon, Feb 3, 2025 at 10:17 AM Luca Vizzarro wrote: > > In an effort to improve separation of concerns, make the TestRunConfig > class responsible for processing the configured test suites. Moreover, > give TestSuiteConfig a facility to yiel

[RFC PATCH 2/7] dts: isolate test specification to config

2025-02-03 Thread Luca Vizzarro
In an effort to improve separation of concerns, make the TestRunConfig class responsible for processing the configured test suites. Moreover, give TestSuiteConfig a facility to yield references to the selected test cases. Signed-off-by: Luca Vizzarro --- dts/framework/config/__init__.py | 84 +++