salt/tests
Antti Andreimann 7085edf590 Use file.managed as a backend of file.recurse. Fixes #1583
Rewrite file.recurse state module to leverage existing file.managed and file.directory
modules to do the heavy lifting. This removes code duplication and will make
templates available for file.recurse.

These improvements will be visible to the end-user:
- All files in directory can now be templatized
- destination directory is no longer created in test mode
- When clean mode is enabled, the module is capable of replacing
  existing files with directories and vice versa
2012-10-24 17:15:29 -07:00
..
integration Use file.managed as a backend of file.recurse. Fixes #1583 2012-10-24 17:15:29 -07:00
unit Handle some quoting issues while building the whitespace regex for file.append. Fixes #2227. 2012-10-12 11:45:27 +01: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 Provide an overall tests report. 2012-09-29 12:10:06 +01:00
eventlisten.py fix sock_dir change for eventlisten script 2012-10-15 22:50:31 -06:00
minionswarm.py Fixed bungled default logic for minionswarm root_dir 2012-10-09 12:20:46 -06:00
runtests.py Switch integration tmp to the system's temporary directory. 2012-10-05 00:52:00 +01:00
saltunittest.py Allow certain tests to marked as destructive. 2012-09-29 15:42:43 +01:00