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:
TerryHowe 2015-09-02 17:10:33 -06:00
parent 35113c7854
commit 961809e2dc
14 changed files with 2 additions and 2 deletions

View File

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

View File

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