Skip to content

Commit

Permalink
chore: implemented suggestions made by iHiD
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSimeon committed Oct 8, 2024
1 parent bb9838f commit 8665c1d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Get an exercise:

```bash
$ exercism download -track=kotlin --exercise=hello-world -
$ exercism download -track=kotlin --exercise=hello-world
```

2. Change directory into the exercise:
Expand All @@ -20,13 +20,14 @@
$ ./gradlew test
```

On most exercises, only the first test is run by default.
The other tests are annotated with `@Ignore` to skip them.
On most exercises, only the first test is run by default.
The other tests are annotated with `@Ignore` to skip them.
As you solve each test, remove the `@Ignore` from the next one to progress.

This is common practice in test-driven development (or TDD for short).
It is used to ensure that you are working on one problem at a time.

---
Good luck! Have fun!

If you get stuck at any point, don't forget to reach out for [help](https://exercism.org/docs/using/contact).
If you get stuck at any point, feel free to reach out for help on the [forum](https://exercism.org/r/forum) or our `#get-help` channel on our [Discord server](https://exercism.org/r/discord).

0 comments on commit 8665c1d

Please sign in to comment.