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: docs/TESTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Tests
2
2
3
-
We use [pytest][Getting Started Guide]as our website test runner.
4
-
You will need to install `pytest` on your development machine if you want to download and run exercise tests for the Python track locally.
3
+
We use [pytest][Getting Started Guide]to automatically run the tests on our website.
4
+
You will need to install `pytest` on your development machine if you want to use the CLI to download and run exercise tests for the Python track locally.
5
5
You should also install the following `pytest` plugins:
0 commit comments