unit.modules.test_inspect_collector
Uses os.sep instead of unix-style paths in the test Uses salt.utils.path.islink() to detect symlinks instead of os.path.islink(). os.path.islink() does not correctly detect symlinks in Windows Put grp and pwd imports inside a try/except block
@patch
Let's drop the salttesting dependency cycle.