]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Moved hacking unit test into proper location
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 11 Feb 2015 13:02:55 +0000 (14:02 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 11 Feb 2015 13:06:37 +0000 (14:06 +0100)
blueprint reorganize-unit-test-tree

Change-Id: I6a3bd8aebad75a5addb543676afecaef43ca30a4

neutron/hacking/checks.py
neutron/tests/unit/hacking/__init__.py [new file with mode: 0644]
neutron/tests/unit/hacking/test_checks.py [moved from neutron/tests/unit/test_hacking.py with 100% similarity]

index d2a928d6c99d8748e3df4f128b340e91359ab751..ffce620e2f98458afbfe4a14fe41d6d298ed561e 100644 (file)
@@ -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 (file)
index 0000000..e69de29