diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-07 10:26:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 10:26:30 +0100 |
commit | 6b7eccc29b377283b79ade04a74fce6f9ed6a842 (patch) | |
tree | 20c9790dbf3f8e88d882f709aa7ba2e3d9e25081 | |
parent | 8649b721560ac33756792e405a6d7bbf7d331e57 (diff) | |
download | pylint-git-6b7eccc29b377283b79ade04a74fce6f9ed6a842.tar.gz |
Add pytest-benchmark info in the readme (#4073)
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 5fb8ced35..1ce0700e6 100644 --- a/README.rst +++ b/README.rst @@ -107,9 +107,9 @@ Pylint is shipped with following additional commands: Testing ------- -We use tox_ for running the test suite. You should be able to install it with:: +We use tox_ and pytest-benchmark_ for running the test suite. You should be able to install it with:: - pip install tox pytest + pip install tox pytest pytest-benchmark To run the test suite for a particular Python version, you can do:: @@ -155,6 +155,7 @@ For more detailed information, check the documentation. .. _here: https://pylint.pycqa.org/en/latest/user_guide/installation.html .. _tox: https://tox.readthedocs.io/en/latest/ .. _pytest: https://docs.pytest.org/en/latest/ +.. _pytest-benchmark: https://pytest-benchmark.readthedocs.io/en/latest/index.html .. _pytest-cov: https://pypi.org/project/pytest-cov/ .. _astroid: https://github.com/PyCQA/astroid |