On Mon, Nov 25, 2024 at 9:10 AM <rin...@apache.org> wrote: > Author: rinrab > Date: Mon Nov 25 14:09:00 2024 > New Revision: 1922086 > > URL: http://svn.apache.org/viewvc?rev=1922086&view=rev > Log: > cmake tests: add an option that enumerates all subtests in all pytest > modules, and adds them separately. > > This allows us to run a single test, which is most useful for developers > using IDEs with CTest integrated, like Visual Studio. They will be able > to browse all tests and their statuses directly in the test explorer, > without having to view the entire test log.
This sounds wonderful! Admittedly I'm not familiar enough with CTest to review this right now, but this is a great excuse to become familiar with it. I'll try to get set up for that sometime this week and let you know how it goes... Thanks for all the good work on CMake support. Cheers, Nathan