Skip to content

Commit

Permalink
Fix pytest command in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Sep 3, 2021
1 parent 43a1d90 commit df091c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit df091c4

Please sign in to comment.