Anything else?
# minutest
d
Anything else?
n
I’d add some task-focused recipes. They could be examples of the more generic recipes. E.g. “Define a Contract” is an application of “Reuse Test Code”, but you might not know that until you understand Minutest well, and so may not think of reading the “Reuse Test Code” recipe if you want to find out how to define contracts.
“Think about Fixtures and Contexts” doesn’t sound like a recipe. I think you need some architecture documentation explaining the core concepts and how they fit together.
Are recipes going to use kotlin.test assertions by default? If so, how about recipes for integrating assertion libraries with Minutest? ### Use Strikt in Minutest tests ### Use Hamkrest in Minutest tests …