salt/tests/integration/modules
Pedro Algarvio 5b9c6f92ce Issue #2028 fixes and improvements.
* `salt.states.pip.installed()` now keeps a reference to the output of the `__salt__['pip.install']()` call. The reason for this is that we need to know and pass along any information about an eventual error when running that call. This is now done in addition to the old behaviour.
* Add some tests which triggered the issue.
2012-09-23 17:25:21 +01:00
..
files Split out integration tests from pure unit tests. 2012-02-20 13:18:13 +01:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
aliases.py Tests cleanup 2012-07-20 12:25:08 +06:00
cmdmod.py Fix the escaping issue in cmd.run 2012-07-26 22:21:07 +06:00
cp.py Tests cleanup 2012-07-20 12:25:08 +06:00
data.py fix many a test 2012-07-23 13:00:54 -06:00
disk.py Tests cleanup 2012-07-20 12:25:08 +06:00
django.py Fix error cause by django module renaming 2012-09-19 14:52:36 -06:00
event.py Fix event test with the change in master events returning a dict 2012-09-19 14:42:48 -06:00
file.py Clean up unused imports and variables 2012-08-30 14:14:02 -06:00
grains.py Add test to test if os_family grain is provided. 2012-08-15 02:59:03 +02:00
hosts.py fix many a test 2012-07-23 13:00:54 -06:00
pillar.py Tests cleanup 2012-07-20 12:25:08 +06:00
publish.py fix many a test 2012-07-23 13:00:54 -06:00
ssh.py fix many a test 2012-07-23 13:00:54 -06:00
state.py Fix state tests. 2012-09-03 16:40:52 +01:00
sysmod.py Tests cleanup 2012-07-20 12:25:08 +06:00
test.py Tests cleanup 2012-07-20 12:25:08 +06:00
virtualenv.py Issue #2028 fixes and improvements. 2012-09-23 17:25:21 +01:00