fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_otn_sh_renderer.py
index 2ec03efa73c69322008038550595d53e11a9ca89..26054626b8946035c19101c71bd9efa4ba35b846 100644 (file)
@@ -9,6 +9,9 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
+# pylint: disable=no-member
+# pylint: disable=too-many-public-methods
+
 import unittest
 import time
 import requests
@@ -26,6 +29,7 @@ class TransportPCEtesting(unittest.TestCase):
 
     @classmethod
     def tearDownClass(cls):
+        # pylint: disable=not-an-iterable
         for process in cls.processes:
             test_utils.shutdown_process(process)
         print("all processes killed")