summaryrefslogtreecommitdiffstats
path: root/apex/tests/test_apex_deploy_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'apex/tests/test_apex_deploy_settings.py')
-rw-r--r--apex/tests/test_apex_deploy_settings.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/apex/tests/test_apex_deploy_settings.py b/apex/tests/test_apex_deploy_settings.py
index 312c1f3a..0338087c 100644
--- a/apex/tests/test_apex_deploy_settings.py
+++ b/apex/tests/test_apex_deploy_settings.py
@@ -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):