Drop mox, no longer needed
The porting of mistral-dashboard is complete. This fullfills the community goal "Remove Use of mox/mox3 for Testing" set for Rocky: https://governance.openstack.org/tc/goals/rocky/mox_removal.html Remove use_mox and remove dead code. Change-Id: I59839fecd85caaf8b81129b7f890c4ed50d39db8 Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
parent
12cdeffe1d
commit
04c32537f7
@ -17,10 +17,6 @@ from openstack_dashboard.test import helpers
|
|||||||
from mistraldashboard.test.test_data import utils
|
from mistraldashboard.test.test_data import utils
|
||||||
|
|
||||||
|
|
||||||
def create_stubs(stubs_to_create={}):
|
|
||||||
return helpers.create_stubs(stubs_to_create)
|
|
||||||
|
|
||||||
|
|
||||||
class MistralTestsMixin(object):
|
class MistralTestsMixin(object):
|
||||||
def _setup_test_data(self):
|
def _setup_test_data(self):
|
||||||
super(MistralTestsMixin, self)._setup_test_data()
|
super(MistralTestsMixin, self)._setup_test_data()
|
||||||
@ -28,10 +24,8 @@ class MistralTestsMixin(object):
|
|||||||
|
|
||||||
|
|
||||||
class TestCase(MistralTestsMixin, helpers.TestCase):
|
class TestCase(MistralTestsMixin, helpers.TestCase):
|
||||||
use_mox = False
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class APITestCase(MistralTestsMixin, helpers.APITestCase):
|
class APITestCase(MistralTestsMixin, helpers.APITestCase):
|
||||||
use_mox = False
|
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user