From 1ff2f7a2a4d3ddabc1e68337b3c4dd9f05e0ef17 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 27 Aug 2018 07:56:14 -0400 Subject: [PATCH] Remove dead code Now that mox has been removed we can remove the create_stubs helper function as well. Change-Id: Ie240357a4ff6346a4acfa6efcbb1c8d2f16f3c5a Signed-off-by: Chuck Short --- blazar_dashboard/test/helpers.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/blazar_dashboard/test/helpers.py b/blazar_dashboard/test/helpers.py index 4e600a8..9845254 100644 --- a/blazar_dashboard/test/helpers.py +++ b/blazar_dashboard/test/helpers.py @@ -16,10 +16,6 @@ from openstack_dashboard.test import helpers from blazar_dashboard.test.test_data import utils -def create_stubs(stubs_to_create={}): - return helpers.create_stubs(stubs_to_create) - - class TestCase(helpers.TestCase): def _setup_test_data(self): super(TestCase, self)._setup_test_data()