mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
c27bb7c116
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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_fileclient.py | ||
test_gitfs.py | ||
test_map.py | ||
test_roots.py |