exercism / php-test-runner

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

Upgrade to version 2 spec #8

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 3 years ago

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:

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.

neenjaw commented 2 years ago

closing, the test runner is currently at version 2