From 6b7eccc29b377283b79ade04a74fce6f9ed6a842 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 7 Feb 2021 10:26:30 +0100 Subject: Add pytest-benchmark info in the readme (#4073) --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.1