interest-is-interesting: link tasks to tests #42
Labels
x:action/improve
Improve existing functionality/content
x:knowledge/elementary
Little Exercism knowledge required
x:module/concept-exercise
Work on Concept Exercises
x:size/medium
Medium amount of work
x:type/content
Work on content (e.g. exercises, concepts)
Links the tests for the
interest-is-interesting
exercise to individual tasks.If a test is linked to a task, the online editor can show the student which tasks has tests failing.
The tasks for this exercise are found in its instruction.md document.
A task's ID is the number they're prefixed with (so
## 2. Task title
has ID2
).To link a test in the exercise's tests to a task, you add a
Task
attribute to it, which takes a singleint
argument representing the task identifier.For an example what that would look like, see how these tests are linked to these tasks.
The text was updated successfully, but these errors were encountered: