-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/advancedComprehensive Exercism knowledge requiredComprehensive Exercism knowledge requiredx:module/test-runnerWork on Test RunnersWork on Test Runnersx:size/largeLarge amount of workLarge amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Description
If possible, this test runner should be updated to version 2 of the test runner interface specification.
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.
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/advancedComprehensive Exercism knowledge requiredComprehensive Exercism knowledge requiredx:module/test-runnerWork on Test RunnersWork on Test Runnersx:size/largeLarge amount of workLarge amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)