From df091c406037b4b3b1a2419709698947e63be92b Mon Sep 17 00:00:00 2001 From: Lucie Anglade Date: Fri, 3 Sep 2021 19:21:36 +0200 Subject: [PATCH] Fix pytest command in documentation --- docs/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index 91d2609..fe3c517 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -45,7 +45,7 @@ the `pytest`_ library. You can launch tests (with code coverage and lint) using the following command:: - venv/bin/python -m pytest --flake8 --isort --cov=cssselect2 --cov=tests + venv/bin/python -m pytest .. _pytest: https://docs.pytest.org/