Skip to content

Commit

Permalink
Remove tests/__init__.py and move pytest config into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Dec 13, 2024
1 parent bcf34a5 commit 528cdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ version = {attr = "dmapiclient.__version__"}
"dmapiclient" = ["py.typed"]

[tool.pytest.ini_options]
addopts = "--cov=dmapiclient"
addopts = "-p no:logging --cov=dmapiclient"
testpaths = "tests"
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 528cdf8

Please sign in to comment.