Adds parser tests and cleanup
[apex.git] / apex / tests / test_apex_deploy_settings.py
index 312c1f3..0338087 100644 (file)
@@ -64,16 +64,16 @@ deploy_options:
 """,)
 
 
-class TestIpUtils(object):
+class TestIpUtils:
     @classmethod
-    def setup_class(klass):
+    def setup_class(cls):
         """This method is run once for each class before any tests are run"""
 
     @classmethod
-    def teardown_class(klass):
+    def teardown_class(cls):
         """This method is run once for each class _after_ all tests are run"""
 
-    def setUp(self):
+    def setup(self):
         """This method is run once before _each_ test method is executed"""
 
     def teardown(self):