Files
mvt/tests
Donncha Ó Cearbhaill 70efefde22 Share the check-iocs module lists between the CLI and the code
check-iocs re-checks the results a previous run stored, so its module
list is every module of the platform that could have written one. Each
platform's CLI composed that list inline, concatenating the families by
hand, so the list existed only inside the click callback: anything else
needing to know what check-iocs runs had to build its own copy, and the
two could drift apart without a test noticing.

Give each platform a command_modules.py holding the one list, and have
its CLI assign it. The modules check-iocs runs are unchanged, and a
test pins each list to the families it is composed of.
2026-08-26 13:52:10 +02:00
..
2023-09-09 17:55:27 +02:00
2026-08-26 12:43:12 +02:00
2026-04-29 14:32:29 +02:00
2026-08-26 12:43:12 +02:00
2023-09-09 17:55:27 +02:00
2026-07-28 18:58:46 +02:00