Merge "Refactor test modules"
This commit is contained in:
@@ -22,8 +22,8 @@ import testtools
|
||||
import uuid
|
||||
import json
|
||||
|
||||
from barbicanclient.test import keystone_client_fixtures
|
||||
from barbicanclient.test import test_client
|
||||
from barbicanclient.tests import keystone_client_fixtures
|
||||
from barbicanclient.tests import test_client
|
||||
import barbicanclient.barbican
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import json
|
||||
import mock
|
||||
from oslo_utils import timeutils
|
||||
|
||||
from barbicanclient.test import test_client
|
||||
from barbicanclient.tests import test_client
|
||||
from barbicanclient import base, containers, secrets
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ from oslo_utils import timeutils
|
||||
import testtools
|
||||
|
||||
from barbicanclient import orders, base
|
||||
from barbicanclient.test import test_client
|
||||
from barbicanclient.test import test_client_secrets as test_secrets
|
||||
from barbicanclient.tests import test_client
|
||||
from barbicanclient.tests import test_secrets
|
||||
|
||||
|
||||
class OrdersTestCase(test_client.BaseEntityResource):
|
||||
@@ -17,7 +17,7 @@ import json
|
||||
|
||||
from oslo.utils import timeutils
|
||||
|
||||
from barbicanclient.test import test_client
|
||||
from barbicanclient.tests import test_client
|
||||
from barbicanclient import secrets, base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user