mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
test: Make flake8 happy
This commit is contained in:
parent
2e2a41c59d
commit
3e256f8e88
2 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,7 @@ class MoulinetteSignals(object):
|
|||
"""
|
||||
return self._prompt(message, is_password, confirm, color=color)
|
||||
|
||||
def display(self, message, style="info"): # i18n: info
|
||||
def display(self, message, style="info"): # i18n: info
|
||||
"""Display a message
|
||||
|
||||
Display a message with a given style to the user.
|
||||
|
|
|
@ -55,6 +55,7 @@ def keys_defined_for_en():
|
|||
expected_string_keys = set(find_expected_string_keys())
|
||||
keys_defined = set(keys_defined_for_en())
|
||||
|
||||
|
||||
def test_undefined_i18n_keys():
|
||||
undefined_keys = expected_string_keys.difference(keys_defined)
|
||||
undefined_keys = sorted(undefined_keys)
|
||||
|
|
Loading…
Reference in a new issue