Skip to content

Commit

Permalink
feat: move tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 6, 2025
1 parent 8f5bc47 commit 5a71d3a
Show file tree
Hide file tree
Showing 7 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 @@ -145,7 +145,7 @@ ignore-variadic-names = true
"lattebot/logging.py" = [
"A005", # builtin-module-shadowing, allowed filename logging.py
]
"lattebot/tests/**/*.py" = [
"tests/**/*.py" = [
"S101", # assert, allowed in tests
]

Expand All @@ -155,4 +155,4 @@ precision = 2
exclude_also = ["if TYPE_CHECKING:"]

[tool.pytest.ini_options]
addopts = "-vv --showlocals --tb=short --strict -p no:warnings --cov=lattebot --cov-append"
addopts = "-vv --showlocals --tb=short --strict -p no:warnings --cov=lattebot --cov=tests --cov-append"
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 5a71d3a

Please sign in to comment.