salt/tests/integration/loader
Thayne Harbaugh a584ba567b Test for loader collisions between modules and packages
What gets loaded from the following layout?:

  foo.py:bar()
  foo/__init__.py:bar()

This used to raise an exception (up until yesterday).  For now this ensures
that foo/__init__.py:bar() has higher priority than foo.py:bar() when
foo.bar() is referenced.
2015-10-22 13:49:09 -06:00
..
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
ext_modules.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
globals.py Fix tests 2015-08-28 13:50:31 -06:00
interfaces.py Merge #22246 with pylint fix and test cleanup 2015-04-01 10:29:23 -06:00
loader.py Test for loader collisions between modules and packages 2015-10-22 13:49:09 -06:00