hacking/hacking/tests
Ben Nemec 8f1fcbdb9a Remove complex import rules
Per the discussion in [1], we are removing the import rules that
require introspection of the actual imported code due to the
complex and error-prone nature of those checks, and the fact that
some of them are simply impossible to implement sanely.

Checks that operate solely on the text of the import are left
alone because they should be less problematic.

[1]: http://lists.openstack.org/pipermail/openstack-dev/2014-December/052519.html

Change-Id: I43862a0d73706ee4b28951d5c8de6938c0cf5f27
2014-12-17 21:29:07 +00:00
..
checks Remove complex import rules 2014-12-17 21:29:07 +00:00
__init__.py Add TestCase assertion methods for testing checks 2014-04-29 11:36:59 +02:00
test_config.py Fix import grouping 2013-10-25 16:33:51 +00:00
test_doctest.py Fix py33, make sure skip_on_py3 is part of every check 2014-04-28 12:58:03 -07:00
test_import_exceptions.py Fix import grouping 2013-10-25 16:33:51 +00:00
test_local.py Add local-check test 2013-06-07 15:43:25 -07:00