Reintroduce nb-bierman02 support in new func tests
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test05_olm.py
index 0443b5ca16773293704aa196915755b6ccde5c0a..050609975f3d51e44e2691a54ca4aaf34a348ec1 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)