Skip to content

Commit c1937ed

Browse files
committed
Explain consequence of toggling config var
The test_runner config variable in the top-level config.json file has more effects than we previously indicated.
1 parent af191a7 commit c1937ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tracks/config-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following top-level properties contain general track metadata:
1717
- `highlightjs_language`: the language identifier for Highlight.js (see the [full list of identifiers](https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md)) (required)
1818
- `status`: an object describing which v3 features should be enabled: (required)
1919
- `concept_exercises`: a `boolean` value indicating if [Concept Exercises](/docs/building/tracks/concept-exercises) have been built (required). When `true` the Exercism website interface changes to indicate that concept exercises are available for the track.
20-
- `test_runner`: a `boolean` value indicating if a [test runner](/docs/building/tooling/test-runners) has been implemented (required). When `true`, the Exercism website allows the user to run an exercise's tests from the online editor.
20+
- `test_runner`: a `boolean` value indicating if a [test runner](/docs/building/tooling/test-runners) has been implemented (required). When `true` we put submitted solutions through our testing infrastructure and show the results on the website. The website also allows students to initiate a test run from within the online editor.
2121
- `representer`: a `boolean` value indicating if a [representer](/docs/building/tooling/representers) has been implemented (required)
2222
- `analyzer`: a `boolean` value indicating if an [analyzer](/docs/building/tooling/analyzers) has been implemented (required)
2323
- `files`: The patterns for the locations of the files used in an exercise, relative to the exercise's directory. (optional)

0 commit comments

Comments
 (0)