salt/tests
Johannes Martinsson e1bc7f2b5a Make remove in the file module also remove broken symlinks
The remove command in the file module had guard, `os.path.exists`, in
front of all remove actions. That guard failed on broken symlinks, i.e.
it returned `false` even though the broken symlink existed. Since the
remove actions are properly guarded without the `os.path.exists` guard,
this commits removes it. Now the remove command will also remove broken
symlinks.
2012-11-22 12:22:04 +01:00
..
integration Make remove in the file module also remove broken symlinks 2012-11-22 12:22:04 +01:00
unit Fix a case when a single shorthand state is declared without arguments. 2012-11-18 22:02:24 -05: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 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
py27_subprocess.py Make it, actually work, on python 2.6 2012-11-19 01:13:29 +00:00
runtests.py Tests wait timer is now colored(option to disable colors is also available), improves readability. 2012-11-21 10:01:45 +00:00
saltunittest.py Make destructiveTest decorated tests work when passed with -n to runtests. 2012-11-20 12:22:23 +00:00
wheeltest.py Make wheeltest pprint, much easier to use 2012-10-29 23:04:15 -06:00