aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/tests/unit/common/test_template_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/tests/unit/common/test_template_format.py')
-rw-r--r--yardstick/tests/unit/common/test_template_format.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/yardstick/tests/unit/common/test_template_format.py b/yardstick/tests/unit/common/test_template_format.py
index 44aa80333..56253efbc 100644
--- a/yardstick/tests/unit/common/test_template_format.py
+++ b/yardstick/tests/unit/common/test_template_format.py
@@ -45,10 +45,3 @@ class TemplateFormatTestCase(unittest.TestCase):
"Resources: {}\n" \
"Outputs: {}"
self.assertRaises(ValueError, template_format.parse, yaml2)
-
-
-def main():
- unittest.main()
-
-if __name__ == '__main__':
- main()