salt/tests/unit/utils
Erik Johnson a0118bcece Remove bytestrings and use textwrap.dedent for readability
PyYAML works with and without bytestrings on PY3, and Python 3 can read
all of the test data as regular strings, so bytestrings are unnecessary
here.

This also adds use of textwrap.dedent to make the YAML easier to read,
so it can be indented away from the far left side of the line.
2017-08-15 11:05:48 -05:00
..
cache_mods Cache tests 2016-11-08 18:49:10 +13:00
vmware_test Delete attributes 2017-04-28 13:36:44 +01:00
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
test_aggregation.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_args.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_async.py Test filenames conformity. Adjust for pytest. 2017-02-23 23:19:42 +00:00
test_boto.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_cache.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_cloud.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_configcomparer.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_context.py Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
test_decorators.py Small update to something I missed in the first commit. Updating tests to also test for pillar values. 2017-07-27 13:19:48 -07:00
test_dictupdate.py Merge branch '2016.11' into '2017.7' 2017-06-14 13:31:42 -06:00
test_disk_cache.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_docker.py Fix domainname parameter input translation 2017-08-07 09:51:14 -05:00
test_etcd_util.py Py3: pass Exception to side effect friendly for both mock<1.1 and mock>=1.1 2017-06-21 12:46:46 +03:00
test_event.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_extend.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_filebuffer.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_find.py Use the test run temporary path, not the system temporary path 2017-04-04 18:58:21 +01:00
test_format_call.py Stop using deprecated TestCase methods 2017-04-01 14:22:57 +01:00
test_gitfs.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_http.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_immutabletypes.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_kwarg_regex.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_locales.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_mac_utils.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_minions.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_network.py Merge branch '2016.11' into '2017.7' 2017-07-05 09:14:30 -06:00
test_parsers.py Merge branch '2016.11' into 'nitrogen' 2017-05-23 10:36:41 -06:00
test_path_join.py Merge branch '2016.11' into 'develop' 2017-04-03 10:17:11 -06:00
test_process.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_reactor.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
test_rsax931.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_runtime_whitespace_regex.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_safe_walk.py Use the test run temporary path, not the system temporary path 2017-04-04 18:58:21 +01:00
test_sanitizers.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_schedule.py Pylint fixes 2017-03-23 10:00:20 -06:00
test_schema.py Rename classes in order not to be collected up by pytest 2017-04-28 13:33:34 +01:00
test_systemd.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_timeout.py Misplaced test. Use tests.support.unit instead. 2017-04-01 14:23:00 +01:00
test_url.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_utils.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_validate_net.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_verify.py Use the test run temporary path, not the system temporary path 2017-04-04 18:58:21 +01:00
test_versions.py Fix StringVersion and LooseVersion. Add unit tests. 2017-03-28 19:00:52 +01:00
test_vt.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_warnings.py Stop using deprecated TestCase methods 2017-04-01 14:22:57 +01:00
test_which.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_yamlloader.py Remove bytestrings and use textwrap.dedent for readability 2017-08-15 11:05:48 -05:00