We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install -e
pip install -r requirements_test_min.txt
1 parent 366fd72 commit f4d42c8Copy full SHA for f4d42c8
doc/development_guide/testing.rst
@@ -14,9 +14,11 @@ Pylint is very well tested and has a high code coverage. New contributions are n
14
unless they include tests.
15
16
Before you start testing your code, you need to install your source-code package locally.
17
-To set up your environment for testing, open a terminal outside of your forked repository and run:
+Suppose you have cloned pylint into a directory, say ``my-pylint``.
18
+To set up your environment for testing, open a terminal and run:
19
- pip install -e <forked_repo_dir_name>
20
+ cd my-pylint
21
+ pip install -r requirements_test_min.txt
22
23
This ensures your testing environment is similar to Pylint's testing environment on GitHub.
24
0 commit comments