← Back to context

Comment by oweiler

3 days ago

That's why I prefer test frameworks that make parametrised tests so easy that they become the default.

Kotest and Spock are such frameworks.

Great :). We use Junit5, and a mixture of @EnumSource, @MethodSource, and dynamic tests.

Or Pytest, or a short shell script, or Busted, or Jest, or Node's built in test runner, or a "--selftest" flag to a variant of the native executable.