exercism / pony

Exercism exercises in Pony.
https://exercism.org/tracks/pony
MIT License
38 stars 20 forks source link

Added annotations in comments to be parsed by pony-test-runner #127

Closed redvers closed 2 years ago

redvers commented 2 years ago

pony-test-runner pulls the name of the test from the comment directly above the reported assert line in test.pony.

We have updated all the exercises to this standard in preparation of pony-test-runner being deployed.

Added self to list of contributors.

Enabled test_runner in root of repo's config.json.