You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/shared/tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tests
2
2
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.
4
4
5
5
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.
6
6
`python -m pytest <exercisename>_test.py` from within the exercise directory.
0 commit comments