salt/tests
Pedro Algarvio c0ead8b2dc Fix a misplaced continue on the grains matching logic which caused a traceback.
```
[21:18:46,004 [salt.utils.minions                          :200 ][ERROR   ] Failed matching available minions with grain pattern: planets:saturn
Traceback (most recent call last):
  File "/home/ubuntu/salt/salt/utils/minions.py", line 197, in check_minions
      }[expr_form](expr)
        File "/home/ubuntu/salt/salt/utils/minions.py", line 119, in _check_grain_minions
    str(match.lower()),
    AttributeError: 'list' object has no attribute 'lower'
```
2013-03-13 01:02:15 +00:00
..
integration Fix a misplaced continue on the grains matching logic which caused a traceback. 2013-03-13 01:02:15 +00:00
unit Fixed tabs 2013-03-12 11:20:54 -07:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
consist.py Add consist test to make sure swarm returns are all the same 2012-07-18 13:24:16 -06:00
console.py Clean up some missing componets in console.py 2012-11-12 21:08:04 -07:00
eventlisten.py Fix the sockdir path in eventlisten 2013-02-07 12:37:18 -07:00
minionswarm.py Remove unused import 2013-02-08 10:57:20 -07:00
runtests.py Renamed environment variable and create directory if it does not exit. 2013-02-02 18:27:59 +00:00
saltunittest.py Missed one logging handler method. 2012-12-11 12:57:06 +00:00
wheeltest.py Make wheeltest pprint, much easier to use 2012-10-29 23:04:15 -06:00