exercism / exercism/vimscript-test-runner

Upgrade to version 2 spec

未關閉
#6 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
x:action/improve x:knowledge/advanced x:module/test-runner x:size/large x:type/coding
主要語言
Shell
星號
2
分支
6
PR 合併指標
30 天內沒有已合併 PR

描述

If possible, this test runner should be updated to version 2 of the [test runner interface specification](https://github.com/exercism/docs/blob/main/building/tooling/test-runners/interface.md).

The version 2 spec differs from version 1 in that the `results.json` file contains detailed information on individual tests.
This information includes things like:

- The test status (passing/failing)
- The error message (if failing)
- The test code that was used to run the test

You are completely free on how you want to extract the test code, either via the AST or via finding the test code in the source code text via string manipulation.

Let me know if there are any questions.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。