Merge "Remove use_mox directive"

This commit is contained in:
Zuul 2018-09-20 07:06:30 +00:00 committed by Gerrit Code Review
commit 16f67e5f13
8 changed files with 0 additions and 8 deletions

View File

@ -31,7 +31,6 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==1.4
mox3==0.20.0
msgpack==0.5.6
msgpack-python==0.4.0
munch==2.2.0

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class NscatalogTests(test.TestCase):
# Unit tests for nscatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -15,7 +15,6 @@ from openstack_dashboard.test import helpers as test
class NsmanagerTests(test.TestCase):
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VimmanagerTests(test.TestCase):
# Unit tests for vimmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VnfcatalogTests(test.TestCase):
# Unit tests for vnfcatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class VnffgcatalogTests(test.TestCase):
# Unit tests for vnffgcatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class VnfmanagerTests(test.TestCase):
# Unit tests for vnffgmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VnfmanagerTests(test.TestCase):
# Unit tests for vnfmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)