Reintroduce nb-bierman02 support in new func tests
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test05_olm.py
index e6f43e7fa7f0c4fa00117902921f2ec3355cd00f..050609975f3d51e44e2691a54ca4aaf34a348ec1 100644 (file)
 import unittest
 import time
 import requests
+# pylint: disable=wrong-import-order
 import sys
 sys.path.append('transportpce_tests/common/')
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
 import test_utils  # nopep8
 
 
@@ -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)