We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70bbee commit ff06e42Copy full SHA for ff06e42
test/suites/test_encoding.py
@@ -8,6 +8,8 @@
8
from .lib.tarantool_server import TarantoolServer
9
10
class TestSuiteEncoding(unittest.TestCase):
11
+ # pylint: disable=invalid-name
12
+
13
@classmethod
14
def setUpClass(self):
15
print(' ENCODING '.center(70, '='), file=sys.stderr)
0 commit comments