salt/tests/unit/fileserver
Erik Johnson c27bb7c116
[PY3] Update fileserver for Unicode/PY3 compatibility
This adds a unicode_literals import to the fileserver code, and also ensures
that we return unicode paths from the serialized file/env list caches
(which when deserialized are still encoded str types on PY2).

It also adds a test and modifies a few other existing tests to confirm
that unicode paths/envs are returned *as unicode* in the return data.
2018-01-20 22:25:23 -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 [PY3] Update fileserver for Unicode/PY3 compatibility 2018-01-20 22:25:23 -06:00