Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Oct 18, 2024
1 parent b071081 commit 6623dd5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ Issues = "https://github.com/EOEPCA/registration-library/issues"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-q --import-mode=importlib --no-header -rfE --disable-warnings --log-level=INFO"
testpaths = [
"test",
"integration",
pythonpath = "src"
addopts = [
"-q",
"--import-mode=importlib",
"--no-header",
"-rfE",
"--disable-warnings",
"--log-level=INFO"
]

[tool.black]
Expand Down

0 comments on commit 6623dd5

Please sign in to comment.