mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
test: Enhance test coverage for KleinanzeigenBot initialization and core functionality (#408)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user