cats-parse icon indicating copy to clipboard operation
cats-parse copied to clipboard

It's hard to run targeted tests

Open martijnhoekstra opened this issue 4 years ago • 1 comments

Because ParserTest contains so many tests, making isolated changes and quickly testing with testOnly or testQuick is slower than you'd ideally want it to be.

Splitting up ParserTest would enable a tighter test loop. Are you OK with that?

martijnhoekstra avatar Jan 02 '21 10:01 martijnhoekstra

I'm okay with that. But also this could be a feature request to munit.

johnynek avatar Jan 04 '21 23:01 johnynek