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 <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-08-27 07:56:14 -04:00
parent e8e3798f41
commit 1ff2f7a2a4
1 changed files with 0 additions and 4 deletions

View File

@ -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()