Skip to content

Commit

Permalink
refactor: tests/units/test_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Sep 12, 2024
1 parent fb6d780 commit a69d679
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 180 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ runtime-evaluated-base-classes = ["pydantic.BaseModel", "anta.models.AntaTest.In
"SLF001", # Lots of private member accessed for test purposes
]
"tests/units/*" = [
"ARG002", # Sometimes we need to declare unused arguments when a parameter is not used but declared in @pytest.mark.parametrize
"BLE001", # Do not catch blind exception: `Exception` - already disabling this in pylint
"FBT001", # Boolean-typed positional argument in function definition
"PLR0913", # Too many arguments to function call (8 > 5)
Expand Down
Loading

0 comments on commit a69d679

Please sign in to comment.