Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract help and test information to shared docs #691

Merged
merged 2 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions config/exercise_readme.go.tmpl

This file was deleted.

3 changes: 3 additions & 0 deletions exercises/shared/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Help

Please see the [learning](https://exercism.io/tracks/scala/learning) and [installation](https://exercism.io/tracks/scala/installation) pages if you need any help.
10 changes: 10 additions & 0 deletions exercises/shared/tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Tests

To run the tests, run the command `sbt test` in the exercise's directory.
See the [tests page](https://exercism.io/tracks/scala/tests) for more information.

## Skipped tests

Initially, only the first test will be enabled.
This is to encourage you to solve the exercise one step at a time.
Once you get the first test passing, remove the `pending` keyword from the beginning of the next test and work on getting that test passing.