Merge "Rename keystone.tests.fixtures"

This commit is contained in:
Jenkins 2014-03-25 04:49:15 +00:00 committed by Gerrit Code Review
commit 458219bfd0
7 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ from keystone.openstack.common.fixture import config as config_fixture
from keystone.openstack.common.gettextutils import _
from keystone.openstack.common import log
from keystone import service
from keystone.tests import fixtures as ksfixtures
from keystone.tests import ksfixtures
# NOTE(dstanek): Tests inheriting from TestCase depend on having the
# policy_file command-line option declared before setUp runs. Importing the

View File

@ -11,4 +11,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from keystone.tests.fixtures.cache import Cache # flake8: noqa
from keystone.tests.ksfixtures.cache import Cache # flake8: noqa

View File

@ -16,7 +16,7 @@
from keystone.common import environment
from keystone import config
from keystone import tests
from keystone.tests.fixtures import appserver
from keystone.tests.ksfixtures import appserver
CONF = config.CONF

View File

@ -24,7 +24,7 @@ from keystone.openstack.common import jsonutils
from keystone.openstack.common import timeutils
from keystone import tests
from keystone.tests import default_fixtures
from keystone.tests.fixtures import appserver
from keystone.tests.ksfixtures import appserver
CONF = config.CONF

View File

@ -19,7 +19,7 @@ import ssl
from keystone.common import environment
from keystone import config
from keystone import tests
from keystone.tests.fixtures import appserver
from keystone.tests.ksfixtures import appserver
CONF = config.CONF