Currently tests can only be selected by setting a config variable in minetest.conf to a filter that is matched against the spec-description followed by (re)starting the game. There is also an ingame command that runs based on the same filters. But since the world is already loaded by then, some tests might not be runnable anymore. Others run very slow, due to worldupdates.
Generally it is very inconvenient to run selected tests during test authoring or mod testing.
There needs to be a better way to provide match criteria and a better selection mechanism.
Currently tests can only be selected by setting a config variable in minetest.conf to a filter that is matched against the spec-description followed by (re)starting the game. There is also an ingame command that runs based on the same filters. But since the world is already loaded by then, some tests might not be runnable anymore. Others run very slow, due to worldupdates.
Generally it is very inconvenient to run selected tests during test authoring or mod testing.
There needs to be a better way to provide match criteria and a better selection mechanism.