Replace MagicMocks with Mocks from SearchRunner UTs
[yardstick.git] / yardstick / tests / unit / benchmark / runner / test_base.py
index 59739c5..727207f 100644 (file)
@@ -90,11 +90,3 @@ class RunnerTestCase(unittest.TestCase):
 
         with self.assertRaises(NotImplementedError):
             runner._run_benchmark(mock.Mock(), mock.Mock(), mock.Mock(), mock.Mock())
-
-
-def main():
-    unittest.main()
-
-
-if __name__ == '__main__':
-    main()