exercism / nim-test-runner

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

results.json: Support test-level and top-level `error` status #15

Closed ee7 closed 4 years ago

ee7 commented 4 years ago

The runner currently only produces a correct results.json file for simple pass and fail cases. It should support top-level and test-level status error cases.

We can support top-level status error by changing the runner so it no longer uses nim c -r - we should use separate steps for compilation and execution.

ynfle commented 4 years ago

20 & #21 will address this