test: Enhance test coverage for KleinanzeigenBot initialization and core functionality (#408)

This commit is contained in:
Jens Bergmann
2025-02-09 03:33:01 +01:00
committed by GitHub
parent dd5f2ba5e4
commit affde0debf
5 changed files with 1180 additions and 123 deletions

View File

@@ -197,6 +197,12 @@ disable = [
"too-few-public-methods"
]
[tool.pylint.tests]
# Configuration specific to test files
disable = [
"redefined-outer-name" # Allow pytest fixtures to be used as parameters
]
[tool.pylint.miscelaneous]
# https://pylint.pycqa.org/en/latest/user_guide/configuration/all-options.html#miscellaneous-checker
notes = [ "FIXME", "XXX", "TODO" ] # list of note tags to take in consideration