exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

Feature: Add initial runner implementation #1

Closed ee7 closed 4 years ago

ee7 commented 4 years ago

This is the initial version that just outputs a JUnit results.xml.

ynfle commented 4 years ago

On my macbook the first three tests of the prepareFiles suite fail because the tmp directory is different. Doesn't really have any practical negatives affects, because it won't be running on macOS

ee7 commented 4 years ago

Good catch, thanks. I meant to write when defined(linux), but that isn't great either.

The tests aren't in a good state yet. I plan to improve them after we've added the JSON output.