Commit 3a05726e by Sarina Canelake

Fix Pylint warning for monkey_patch tests

parent 4aa38330
......@@ -29,6 +29,9 @@ while patched.
# All major functions are documented, the rest are self-evident shells.
# pylint: disable=no-member
# Pylint doesn't see our decorator `translate_with` add the `_` method.
# pylint: disable=test-inherits-tests
# This test file intentionally defines one base test class (UgettextTest) and
# patches the gettext function under test for all subsequent inheriting classes.
from unittest import TestCase
from ddt import data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment