salt/tests/support
Daniel Wallace f309bae8b4 Make sure runtests_engine is ASCII text
If this is has any unicode characters in it, it won't load on systems that do
not default to a unicode locale.

find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done

The above will list all files that have unicode characters in it and won't load
with locale set to C or POSIX
2017-06-05 17:30:28 -06:00
..
ext Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
parser Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
__init__.py Moved some test supporting modules to tests/support 2017-02-28 22:52:48 +00:00
case.py Increase timeout of run_function 2017-05-02 16:01:06 -06:00
cherrypy_testclasses.py Use setUpClass instead of __init__ 2017-04-28 13:33:37 +01:00
cptestcase.py Properly handle bytes 2017-03-08 18:34:33 +00:00
gitfs.py Pass the fingerprint_hash_type through for gitfs sshd tests 2017-05-11 12:29:51 -06:00
helpers.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
mixins.py Write the generated configuration into a config file 2017-04-28 13:33:36 +01:00
mock.py Pylint disable 2017-04-01 14:22:55 +01:00
paths.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
processes.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
runtests.py Let's use the system temp dir as it was to see if it fixes the test failure 2017-04-05 00:34:39 +01:00
unit.py Delete all attributes even strings, boolean, integers 2017-04-28 13:33:37 +01:00
xmlunit.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00