While I have you - I have a plan to rename the pri...
# minutest
d
While I have you - I have a plan to rename the primary visible class from Context to ContextBuilder, or maybe the TestContext typealias to ContextBuilder and Context to DerivedContextBuilder. This shouldn't affect simple use of Minutest, only the names that are used when you define reusable tests through extension methods - So
TestContext<StringStack>.isEmpty(isEmpty: Boolean) {...}
would become
ContextBuilder<StringStack>.isEmpty(...