Skip to content

Commit

Permalink
move tests back to repo root again
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Aug 25, 2024
1 parent 2732547 commit 0f1ad40
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ allow-direct-references = true # allow specifying URLs in our dependencies
[tool.hatch.build]
exclude = [
"/.*",
"**/tests",
"tests/**",
"/examples",
"/docs",
"/.github/**",
Expand All @@ -111,7 +111,7 @@ omit = ["*tests*"]
exclude_lines = ["pragma: no cover", "if 0:", "if __name__ == .__main__.:"]

[tool.pytest.ini_options]
addopts = """pyprep/ --cov=pyprep/ --cov-report=xml --cov-config=pyproject.toml --verbose -s"""
addopts = """. --cov=pyprep/ --cov-report=xml --cov-config=pyproject.toml --verbose -s"""
filterwarnings = [
]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0f1ad40

Please sign in to comment.