Skip to content

Commit

Permalink
Merge pull request #7 from jetbrains-academy/stephen-hero-patch-3
Browse files Browse the repository at this point in the history
Update task.md
  • Loading branch information
nbirillo authored Oct 17, 2023
2 parents c4f9615 + be4a05b commit 7afb90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courseSection/courseLesson/programmingTask/task.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This task ask the user to implement something and run tests from the [Tests.kt](./test/Tests.kt) file.
This task asks the user to implement something and runs tests from the [Tests.kt](./test/Tests.kt) file.
You need to add _placeholders_ into the places where the user needs to implement something (see [task-info.yaml](./task-info.yaml)).

This task also demonstrates how you can use the [kotlin test framework](https://github.com/jetbrains-academy/kotlin-test-framework)
to test functions or classes without using the correct implementation in the tests.
It allows you to avoid using the correct implementation in tests directly.
It allows you to avoid using the correct implementation in tests directly.

0 comments on commit 7afb90a

Please sign in to comment.