salt/tests/unit/beacons
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
..
__init__.py add inotify beacon unit tests 2015-05-27 13:26:36 -06:00
test_adb_beacon.py Proper mocking. 2017-04-01 14:22:59 +01:00
test_glxinfo.py Proper mocking. 2017-04-01 14:22:59 +01:00
test_inotify_beacon.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
test_status.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
test_telegram_bot_msg_beacon.py Drop @patch usage 2017-04-28 13:36:42 +01:00