In the Select testing framework part of launch tracking I read this line:
Remember that all Exercism exercises are by nature very small, so there is no need for the complexity that real-world projects sometimes require.
I’m currently writing a simple unit test library for BQN, and I was wondering what features would be useful for exercism. So far I have these:
- assert equal
- must fail
To other exercism track creators and maintainers: what other features would be useful for a new track?