mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-08-16 16:32:51 +01:00
Fixed coverage testing
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user