Migrate renderer func. tests to RFC8040
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test09_olm.py
index 4c5316963d449adfaa8d94ae85cdd9951d1712ae..63ced0f742a591c969d35798ae5ebf0662e873c5 100644 (file)
 import unittest
 import time
 import requests
+# pylint: disable=wrong-import-order
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
+import test_utils  # nopep8
 
 
 class TransportOlmTesting(unittest.TestCase):
@@ -41,6 +44,7 @@ class TransportOlmTesting(unittest.TestCase):
         print("all processes killed")
 
     def setUp(self):
+        # pylint: disable=consider-using-f-string
         print("execution of {}".format(self.id().split(".")[-1]))
         time.sleep(1)