Move around the tests so they can be found easier
I noticed a lot of tests were still in directories from the past and things were not as easy as you might hope to find. Change-Id: Iae3d75cee9f48a09d2c9aa2a5b18301b4832bef0
This commit is contained in:
parent
35113c7854
commit
961809e2dc
@ -17,7 +17,7 @@ from keystoneauth1.identity import v2
|
||||
from keystoneauth1.identity import v3
|
||||
from keystoneauth1.identity.v3 import password as v3_password
|
||||
from keystoneauth1.loading._plugins.identity import generic
|
||||
from keystoneauth1.tests.unit.auth import utils
|
||||
from keystoneauth1.tests.unit.identity import utils
|
||||
|
||||
|
||||
class PasswordTests(utils.GenericPluginTestCase):
|
@ -17,7 +17,7 @@ from keystoneauth1.identity import v2
|
||||
from keystoneauth1.identity import v3
|
||||
from keystoneauth1.identity.v3 import token as v3_token
|
||||
from keystoneauth1.loading._plugins.identity import generic
|
||||
from keystoneauth1.tests.unit.auth import utils
|
||||
from keystoneauth1.tests.unit.identity import utils
|
||||
|
||||
|
||||
class TokenTests(utils.GenericPluginTestCase):
|
Loading…
Reference in New Issue
Block a user