salt/tests
Evan Borgstrom 3223a15f83 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 07:58:14 -07:00
..
integration Merge pull request #21755 from jacksontj/2014.7 2015-03-18 11:49:38 -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 07:58:14 -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 #12989 Fix for '3 arguments (4 given)' error. 2014-05-23 09:45:00 -05:00
jenkins.py Add debugging to jenkins script 2015-01-06 15:29:21 -07:00
minionswarm.py Merge pull request #14243 from cachedout/masterswarm 2014-07-15 12:22:46 -06:00
packdump.py Add VERY simple script to read msgpack files 2014-03-20 14:31:26 -06:00
runtests.py change perms on some tests/ files 2015-01-17 19:32:43 -07: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