*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 10999e38 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Add pytest-ruff for testing

parent a9eeb9c4
No related branches found
No related tags found
1 merge request!16Modernize the package
......@@ -46,6 +46,7 @@ tests = [
"invenio-search[opensearch2]>=2.0.0",
"pytest-black>=0.3.0,<0.3.10",
"pytest-invenio>=1.4.0",
"pytest-ruff>=0.4.1",
"sphinx>=4.5",
]
......@@ -67,7 +68,7 @@ messages = "invenio_utilities_tuw"
profile = "black"
[tool.pytest.ini_optiions]
addopts = '--black --isort --pydocstyle --doctest-glob="*.rst" --doctest-modules --cov=invenio_utilities_tuw --cov-report=term-missing'
addopts = '--ruff --black --isort --pydocstyle --doctest-glob="*.rst" --doctest-modules --cov=invenio_utilities_tuw --cov-report=term-missing'
testpaths = "docs tests invenio_utilities_tuw"
[tool.pydocstyle]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment