diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index b621219..96a6a9c 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -17,7 +17,7 @@ Create a virtual environment and install :ref:`all dependency groups`_ to run conformance tests before commits. This provides checks for: diff --git a/docs/source/install.rst b/docs/source/install.rst index 84ee930..a51fc1d 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -24,7 +24,7 @@ Install Cool-Seq-Tool from `PyPI `_: Cool-Seq-Tool provides extra dependency groups for development and testing purposes. Most users won't need to install them. * ``dev`` includes packages for linting and performing other kinds of quality checks - * ``test`` includes packages for running tests + * ``tests`` includes packages for running tests * ``docs`` includes packages for writing and building documentation Set up UTA diff --git a/pyproject.toml b/pyproject.toml index 6b4e588..26ab2aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pre-commit>=3.7.1", "ipython", "ipykernel", "psycopg2-binary", "ruff==0.5.0"] -test = ["pytest", "pytest-cov", "pytest-asyncio==0.18.3", "mock"] +tests = ["pytest", "pytest-cov", "pytest-asyncio==0.18.3", "mock"] docs = [ "sphinx==6.1.3", "sphinx-autodoc-typehints==1.22.0",