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: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Make sure that your Python installation allows you to run `python` from the comm
37
37
4. Click "Next," then "Finish."
38
38
39
39
### Running the tests
40
-
It is possible to run all the tests in one go, or just run one part of the tests to verify a single part of TinCanPython. The tests are located in `TinCanPython/test`.
40
+
It is possible to run all the tests in one go, or just run one part of the tests to verify a single part of TinCanPython. The tests are located in `test/`.
41
41
42
42
#### All the tests:
43
43
1.`cd` to the `test` directory.
@@ -53,17 +53,25 @@ It is possible to run all the tests in one go, or just run one part of the tests
0 commit comments