From: Ihar Hrachyshka Date: Wed, 11 Feb 2015 13:02:55 +0000 (+0100) Subject: Moved hacking unit test into proper location X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=06c98c950ac4e0b4452b2f062391362e31d06c8d;p=openstack-build%2Fneutron-build.git Moved hacking unit test into proper location blueprint reorganize-unit-test-tree Change-Id: I6a3bd8aebad75a5addb543676afecaef43ca30a4 --- diff --git a/neutron/hacking/checks.py b/neutron/hacking/checks.py index d2a928d6c..ffce620e2 100644 --- a/neutron/hacking/checks.py +++ b/neutron/hacking/checks.py @@ -26,7 +26,7 @@ import pep8 # on the N3xx value. # - List the new rule in the top level HACKING.rst file # - Add test cases for each new rule to -# neutron/tests/unit/test_hacking.py +# neutron/tests/unit/hacking/test_checks.py _all_log_levels = { # NOTE(yamamoto): Following nova which uses _() for audit. diff --git a/neutron/tests/unit/hacking/__init__.py b/neutron/tests/unit/hacking/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/neutron/tests/unit/test_hacking.py b/neutron/tests/unit/hacking/test_checks.py similarity index 100% rename from neutron/tests/unit/test_hacking.py rename to neutron/tests/unit/hacking/test_checks.py