Skip to content

Commit 94183ef

Browse files
authored
Merge pull request #48 from codingthat/patch-1
Remove template section from README.md
2 parents 4e991ce + 4c8d229 commit 94183ef

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# Exercism Test Runner Template
2-
3-
This repository is a [template repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository) for creating [test runners][test-runners] for [Exercism][exercism] tracks.
4-
5-
## Using the Test Runner Template
6-
7-
1. Ensure that your track has not already implemented a test runner. If there is, there will be a `https://github.com/exercism/<track>-test-runner` repository (i.e. if your track's slug is `python`, the test runner repo would be `https://github.com/exercism/python-test-runner`)
8-
2. Follow [GitHub's documentation](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) for creating a repository from a template repository
9-
- Name your new repository based on your language track's slug (i.e. if your track is for Python, your test runner repo name is `python-test-runner`)
10-
3. Remove this [Exercism Test Runner Template](#exercism-test-runner-template) section from the `README.md` file
11-
4. Build the test runner, conforming to the [Test Runner interface specification](https://github.com/exercism/docs/blob/main/building/tooling/test-runners/interface.md).
12-
- Update the files to match your track's needs. At the very least, you'll need to update `bin/run.sh`, `Dockerfile` and the test solutions in the `tests` directory
13-
- Tip: look for `TODO:` comments to point you towards code that need updating
14-
- Tip: look for `OPTIONAL:` comments to point you towards code that _could_ be useful
15-
16-
Once you're happy with your test runner, [open an issue on the exercism/exercism](https://github.com/exercism/exercism/issues/new?assignees=&labels=&template=new-test-runner.md&title=%5BNew+Test+Runner%5D+) to request an official test runner repository for your track.
17-
181
# Exercism GDScript Test Runner
192

203
The Docker image to automatically run tests on GDScript solutions submitted to [Exercism].

0 commit comments

Comments
 (0)