From 329fcf9774ef387c57517e1ab534b502300dbd65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Rekucki?= Date: Thu, 17 Oct 2024 10:52:39 +0200 Subject: [PATCH] docs: nox session to run tests in named "test" not "py" --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 62fdc4c..e12dea4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,6 +11,6 @@ You will need the following tools to start contributing code: Before submitting your changes, please ensure that: - your code is properly formatted via :command:`nox -s format` -- it passes the test suite (:command:`nox -s py`) +- it passes the test suite (:command:`nox -s test`) - the documentation can be build (:command:`nox -s doc`) - it passes the mypy and pylint checks (:command:`nox -s lint`)