salt/tests/unit/fileserver
Erik Johnson b5ef58c2aa
Fix salt.utils.path.os_walk for certain Python 2 versions
This helper was designed to ensure that the paths returned were all
unicode types, but on a couple platforms having the path be a unicode
type causes a traceback deep in the stdlib within posixpath.

To work around this, this commit makes the helper a generator that
simply decodes each tuple returned from os.walk as we iterate.
2018-01-23 23:03:17 -06:00
..
__init__.py Fix pylint of develop (#35002) 2016-07-27 15:18:29 -06:00
test_fileclient.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_gitfs.py [PY3] Update fileserver for Unicode/PY3 compatibility 2018-01-20 22:25:23 -06:00
test_map.py [PY3] Update fileserver for Unicode/PY3 compatibility 2018-01-20 22:25:23 -06:00
test_roots.py Fix salt.utils.path.os_walk for certain Python 2 versions 2018-01-23 23:03:17 -06:00