From 548b38e0508cf58ee9c2fb2e92c0fbb78a1774ef Mon Sep 17 00:00:00 2001 From: Or Date: Fri, 2 Oct 2020 21:39:28 +0300 Subject: contribute.rst minor fix added Or Bahari to contributers --- doc/development_guide/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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/ -- cgit v1.2.1