summaryrefslogtreecommitdiffstats
path: root/docs/contribute.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contribute.rst')
-rw-r--r--docs/contribute.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/contribute.rst b/docs/contribute.rst
index adf9024..d14e6b9 100644
--- a/docs/contribute.rst
+++ b/docs/contribute.rst
@@ -46,12 +46,17 @@ the pytest_ library.
Launching tests require to have Ghostscript_ installed and available in
``PATH``.
-You can launch tests (with code coverage and lint) using the following command::
+You can launch tests using the following command::
venv/bin/pytest
+pydyf also uses ruff_ to check the coding style::
+
+ venv/bin/python -m ruff check
+
.. _pytest: https://docs.pytest.org/
.. _Ghostscript: https://www.ghostscript.com/
+.. _ruff: https://docs.astral.sh/ruff/
Documentation