diff --git a/pyproject.toml b/pyproject.toml index b6a45a1..1693c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,12 +100,12 @@ ignore-vcs = true # Testing configuration [tool.pytest] -addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_theme_iform" +addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_theme_iform --cov-report=term-missing tests invenio_theme_iform" testpaths = ["tests", "invenio_theme_iform"] live_server_scope = "module" [tool.pytest.ini_options] -addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_theme_iform" +addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_theme_iform --cov-report=term-missing tests invenio_theme_iform" testpaths = ["tests", "invenio_theme_iform"] live_server_scope = "module"