Skip to content

Commit c77b229

Browse files
glaxxieBethanyG
andauthored
Update docs/TOOLS.md
Add more details about tooling Co-authored-by: BethanyG <[email protected]>
1 parent 10064e4 commit c77b229

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/TOOLS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ If you have an editor, IDE, tool, or plugin recommendation, we encourage you to
3030

3131

3232
Before you start exploring, make sure that you have a recent version of Python installed.
33-
The Exercism platform currently supports `Python 3.7 - 3.11.5` (_exercises and tests_) and `Python 3.11.5` (_tooling_).
33+
The Exercism web platform currently supports `Python 3.7 - 3.11.5` (_exercises and tests_) and `Python 3.11.5` (_tooling_).
34+
Our online test runner currently uses `pytest 7.2.2` and `pytest-subtests 0.11.0`.
35+
Our online analyzer uses `pylint 2.17.7`.
36+
Using different versions of `Python`, `pytest`, or `pylint` locally might give you different results than the website.
3437
For more information, please refer to [Installing Python locally][Installing Python locally].
3538

3639
<br>

0 commit comments

Comments
 (0)