salt/tests
Evan Borgstrom 247d38d1da This fixes #21796
From the Python docs on the exec statement:

> Remember that at module level, globals and locals are the same dictionary.
> If two separate objects are given as globals and locals, the code will be
> executed as if it were embedded in a class definition.

We were providing a specific object for locals and in the specific case
reported in #21796 this caused a very strange name error when used in a
specific way. By removing the explicit locals dictionary and just having the
globals dictionary be shared fixes the issue, and we weren't using the
specific locals anyway.
2015-03-21 08:03:12 -07:00
..
integration Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2 2015-03-19 16:03:29 -06:00
pkg/rpm Add unity manpage to buildpackage spec 2014-09-29 13:35:50 -05:00
unit This fixes #21796 2015-03-21 08:03:12 -07:00
utils Misc comment cleanup in tests 2014-10-28 08:12:10 -07:00
__init__.py Added utils dir and a helper for testing CherryPy apps 2014-03-29 23:20:29 -06:00
buildpackage.py change perms on some tests/ files 2015-01-17 19:32:43 -07:00
consist.py Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 11:25:32 +01:00
eventlisten.py Changing permissions of test files and fixing lint violations 2014-12-19 05:50:18 -05:00
jenkins.py Add debugging to jenkins script 2015-01-06 15:29:21 -07:00
minionswarm.py Changing permissions of test files and fixing lint violations 2014-12-19 05:50:18 -05:00
packdump.py Add VERY simple script to read msgpack files 2014-03-20 14:31:26 -06:00
runtests.py 644 permissions 2015-01-23 16:59:09 -07:00
salt-tcpdump.py Changing permissions of test files and fixing lint violations 2014-12-19 05:50:18 -05:00
saltsh.py change perms on some tests/ files 2015-01-17 19:32:43 -07:00
wheeltest.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00