summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-10-03 16:09:07 +0200
committerGitHub <noreply@github.com>2020-10-03 16:09:07 +0200
commit7514d249dd9777946b6b6793548c86271841a5ac (patch)
tree3ab077b4270eaabb02055f52172df4ffaf0953d1 /doc
parent9704187fa1563862cffa99ff386c6fd8c9dbcf7a (diff)
parent548b38e0508cf58ee9c2fb2e92c0fbb78a1774ef (diff)
downloadpylint-git-7514d249dd9777946b6b6793548c86271841a5ac.tar.gz
Merge branch 'master' into docfix
Diffstat (limited to 'doc')
-rw-r--r--doc/development_guide/contribute.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst
index b9a2385bd..5b2116e9c 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -156,9 +156,9 @@ If you need special control over Pylint's flag, you can also create a .rc file,
can have sections of Pylint's configuration.
During development, it's sometimes helpful to run all functional tests in your
-current environment in order to have faster feedback. Run with::
+current environment in order to have faster feedback. Run from Pylint root directory with::
- python pylint/test/test_functional.py
+ python tests/test_functional.py
.. _`Closing issues via commit messages`: https://help.github.com/articles/closing-issues-via-commit-messages/
.. _`About pull requests`: https://help.github.com/articles/using-pull-requests/