dscr
dscr copied to clipboard
would be good to have a way to check output formats of everything match required specifications.
also might be helpful to have a function that runs the dsc on just 1 rep per scenario, so people can test before running the whole thing.
@mengyin wants this kind of validation too, and she suggested a kind of "fancy indexing" that might support it: to be able to iterate over results by a truth value based on the output and return/clear the offending cases. Something like find_output_by(...)
and reset_dsc_by(...)
.
This sounds like a frequent pain point - maybe I should work on it as a priority?