Skip to content

Commit 10064e4

Browse files
glaxxieBethanyG
andauthored
Update docs/TESTS.md
Using exercism note block and clearer example Co-authored-by: BethanyG <[email protected]>
1 parent 5074260 commit 10064e4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/TESTS.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,19 @@ To run the tests, go to the folder where the exercise is stored using `cd` in yo
5353
```bash
5454
$ cd <exercise-folder-location>
5555
```
56-
**Note:** `<exercise-folder-location>` or most things inside angle brackets denote a placeholder value.
57-
A normal path should simply has its name without any brackets like: `myFolder` or `myFile.py`
56+
57+
<br>
58+
59+
~~~~exercism/note
60+
`<exercise-folder-location>` or most things inside angle brackets denote a **_placeholder value_**.
61+
A normal path or file name should be written _without_ any brackets.
62+
63+
64+
For example: `/Users/janedoe/exercism/python/exercises/concept/chaitanas-colossal-coaster` (on *nix systems), `C:\Users\janedoe\exercism\python\exercises\practice\hello-world\` (on Windows), `myFolder` or `my_file.py`.
65+
~~~~
66+
67+
<br>
68+
5869

5970
The file you will want to run usually ends in `_test.py`.
6071
This file contains the tests for the exercise solution, and are the same tests that run on the website when a solution is uploaded.

0 commit comments

Comments
 (0)