Skip to content

Commit 1ab877e

Browse files
Update exercises/shared/tests.md
Co-authored-by: Erik Schierboom <[email protected]>
1 parent e2ceead commit 1ab877e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/shared/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tests
22

3-
You can run the incluyded tests by typing `pytest <exercisename>_test.py` on the command line from within the exercise's directory.
3+
You can run the included tests by typing `pytest <exercisename>_test.py` on the command line from within the exercise's directory.
44

55
You can also tell Python to run the pytest module on the command line from either within the exercise directory or with a path to the exercise directory.
66
`python -m pytest <exercisename>_test.py` from within the exercise directory.

0 commit comments

Comments
 (0)