Skip to content

Commit

Permalink
Merge pull request #7 from fmi-faim/pytest
Browse files Browse the repository at this point in the history
Improve test layout
  • Loading branch information
imagejan authored Sep 2, 2024
2 parents e5d8227 + 7daaa97 commit 8a4a295
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,13 @@ exclude_lines = [
"if TYPE_CHECKING:",
]

[tool.ruff.lint.extend-per-file-ignores]
"**/tests/*" = ["INP001"]

[tool.ruff.lint.flake8-type-checking]
runtime-evaluated-base-classes = ["pydantic.BaseModel"]

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 8a4a295

Please sign in to comment.