Skip to content

Commit

Permalink
Merge pull request #230 from syncron-oss/doc-fixes
Browse files Browse the repository at this point in the history
docs: nox session to run tests in named "test" not "py"
  • Loading branch information
dcermak authored Oct 17, 2024
2 parents 61a3da5 + 329fcf9 commit 1e19e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

0 comments on commit 1e19e12

Please sign in to comment.