salt/tests
rallytime 3a8bd786e0 Remove global dunder definistions from tests
These dunders are already being mocked appropriately below in the test, so we
don't need to define them in the test module's namespace.

The global definitions here were conflicting with the globals defined in
`saltmod_test.py`, and causing the following stacktrace in the test suite:

```
Traceback (most recent call last):
  File "/root/SaltStack/salt/tests/unit/saltmod_test.py", line 71, in test_state
    self.assertDictEqual(saltmod.state(name, tgt, highstate=True), test_ret)
  File "/root/SaltStack/salt/salt/states/saltmod.py", line 252, in state
    masterless = __opts__['__role'] == 'minion' and \
KeyError: '__role'
```
2017-02-16 10:33:32 -07:00
..
integration Python 3 Fixes (Pt. 2) (#39397) 2017-02-14 16:20:56 -07:00
perf Use print as a function [PEP 3105]. 2015-12-04 16:17:35 -08:00
pkg/rpm Updated salt.spec bash_completion 2016-04-07 09:16:47 -06:00
unit Remove global dunder definistions from tests 2017-02-16 10:33:32 -07:00
utils Merge branch '2016.3' into 'carbon' 2016-10-25 10:39:02 -06:00
__init__.py
buildpackage.py [develop] Merge forward from 2016.3 to develop (#33193) 2016-05-12 07:53:39 -07:00
committer_parser.py
consist.py
eventlisten.py
eventlisten.sh Move giant eventlisten.sh example out of the state.event docstring 2015-09-10 13:38:09 -06:00
jenkins.py Splay sleeps inside jenkins 2015-12-16 14:48:51 -07:00
minionswarm.py Merge pull request #39024 from moio/minionswarm-set-machine-id 2017-01-30 09:31:15 -07:00
modparser.py
packdump.py
runtests.py Inform on which python version we are running on 2017-02-09 18:06:30 +00:00
salt-tcpdump.py Revert py3modernize lint changes (#34339) 2016-06-28 16:04:02 -04:00
saltsh.py
wheeltest.py
whitelist.txt Fix fileserver.fileclient reference 2017-02-15 22:44:09 +00:00