salt/tests
Erik Johnson f60183b95c
Use bytestrings for struct.pack/unpack
https://github.com/saltstack/salt/pull/45687 and
https://github.com/saltstack/salt/pull/45725 fixed problems with older
Python 2 versions interacting with the struct module, since
unicode_literals turned the format strings to unicode and older Python 2
releases can't accept a unicode format string. Since Python 2 and 3 both
support using bytestrings for the format strings, this commit makes sure
we are using bytestrings everywhere else we are using struct.pack/unpack.
2018-01-27 17:34:16 -06:00
..
integration Fix several shadow tests for PY3 2018-01-26 11:19:15 -06:00
kitchen comment wordpress module 2017-10-30 13:34:28 -06:00
perf Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
pkg/rpm
support Use bytestrings for struct.pack/unpack 2018-01-27 17:34:16 -06:00
unit Merge pull request #45713 from isbm/isbm-oxygen-unicode-S3171 2018-01-27 15:44:08 -06:00
utils Move test case to the unit tests 2018-01-26 10:34:31 +01:00
__init__.py
buildpackage.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
committer_parser.py Use with blocks (or try/finally) to ensure filehandles are closed 2017-11-09 15:05:40 -06:00
conftest.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
consist.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
eventlisten.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
eventlisten.sh
jenkins.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
minionswarm.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
modparser.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
packdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
runtests.py Revert "Clear Python 2 .pyc files when Python 3 suite runs" 2017-12-20 08:39:41 -06:00
salt-tcpdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
saltsh.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
wheeltest.py
whitelist.txt Add back the two loader tests 2017-04-17 14:04:20 -06:00
zypp_plugin.py Pylint fixes 2017-06-21 10:09:11 +01:00