Skip to content

Commit 4bacfc9

Browse files
Add shared help and tests doc (#1557)
1 parent 24b57d3 commit 4bacfc9

4 files changed

Lines changed: 18 additions & 37 deletions

File tree

config/exercise_readme.go.tmpl

Lines changed: 0 additions & 24 deletions
This file was deleted.

exercises/shared/.docs/cli.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

exercises/shared/.docs/help.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Help
2+
3+
To get help if you're having trouble, you can use one of the following resources:
4+
5+
- [Gitter](https://gitter.im/exercism/xcsharp) is Exercism C# track's Gitter room; go here to get support and ask questions related to the C# track.
6+
- [/r/csharp](https://www.reddit.com/r/csharp) is the C# subreddit.
7+
- [StackOverflow](http://stackoverflow.com/questions/tagged/c%23) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.

exercises/shared/.docs/tests.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Tests
2+
3+
You can run the tests by opening a command prompt in the exercise's directory, and then running the [`dotnet test` command](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test)
4+
Alternatively, most IDE's have built-in support for running tests, including [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/test/run-unit-tests-with-test-explorer), [Rider](https://www.jetbrains.com/help/rider/Unit_Testing_in_Solution.html) and [Visual Studio code](https://github.com/OmniSharp/omnisharp-vscode/wiki/How-to-run-and-debug-unit-tests).
5+
See the [tests page](https://exercism.io/tracks/csharp/tests) for more information.
6+
7+
## Skipped tests
8+
9+
Initially, only the first test will be enabled.
10+
This is to encourage you to solve the exercise one step at a time.
11+
Once you get the first test passing, remove the `Skip` property from the next test and work on getting that test passing.

0 commit comments

Comments
 (0)