Merge "Prohibit the importation of a list of libraries"
[yardstick.git] / yardstick / tests / unit / apiserver / utils / test_influx.py
index 883608b..dce6c1c 100644 (file)
@@ -50,11 +50,3 @@ class QueryTestCase(unittest.TestCase):
             influx.query(sql)
         except Exception as e:  # pylint: disable=broad-except
             self.assertIsInstance(e, RuntimeError)
-
-
-def main():
-    unittest.main()
-
-
-if __name__ == '__main__':
-    main()