move hacking to tests folder

hacking should go under tests, no reason to pollute the top level
directory with non-keystoneclient related bits.

Change-Id: Ib4e9a3acfbab5a115c76bbc8bbf7241f42c6eac8
This commit is contained in:
Steve Martinelli 2015-12-15 18:04:28 -05:00
parent db54738eb9
commit 59ee992256
4 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import mock
import pep8
import testtools
from keystoneclient.hacking import checks
from keystoneclient.tests.hacking import checks
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]
import_exceptions =
keystoneclient.i18n
local-check-factory = keystoneclient.hacking.checks.factory
local-check-factory = keystoneclient.tests.hacking.checks.factory