Merge "move hacking to tests folder"

This commit is contained in:
Jenkins
2015-12-16 07:29:14 +00:00
committed by Gerrit Code Review
4 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import mock
import pep8 import pep8
import testtools import testtools
from keystoneclient.hacking import checks from keystoneclient.tests.hacking import checks
from keystoneclient.tests.unit import client_fixtures from keystoneclient.tests.unit import client_fixtures

View File

@@ -73,4 +73,4 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[hacking] [hacking]
import_exceptions = import_exceptions =
keystoneclient.i18n keystoneclient.i18n
local-check-factory = keystoneclient.hacking.checks.factory local-check-factory = keystoneclient.tests.hacking.checks.factory