exercism / unison

Exercism exercises in Unison.
https://exercism.org/tracks/unison
MIT License
3 stars 19 forks source link

Updates for test runner integration #3

Closed rlmark closed 2 years ago

rlmark commented 2 years ago

Minor changes to support test runner integration.

Because Unison does not have metaprogramming or codebase introspection just yet, we'll pair the tests with an annotation file to get the required human readable test names.

Each exercises test folder will also contain a transcript for loading the solution and test code into a unison codebase.