Skip to content

Commit

Permalink
PB-63: Disable too many locals lint warning in icon image test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoss committed Aug 23, 2024
1 parent 43ed52e commit d346dba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit_tests/test_all_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def setUp(self):
self.all_icon_sets[icon_set_name] = []
self.all_icon_sets[icon_set_name].append(icon_name)

# pylint: disable=too-many-locals
def check_image(
self,
icon_name,
Expand Down Expand Up @@ -119,6 +120,8 @@ def check_image(
blue, average_color[2], delta=acceptable_color_delta, msg=error_message
)

# pylint: enable=too-many-locals

@params(
{'Origin': 'map.geo.admin.ch'},
{
Expand Down

0 comments on commit d346dba

Please sign in to comment.