salt/tests/unit
Erik Johnson ac0f8000d8
Fix 3 bugs in subdict matching
1. Non-ascii was causing a UnicodeDecodeError when matching
2. Matching a dict value after a wildcard (i.e. the key is the wildcard)
   did not work. This is because it was matching the pattern against the
   key, instead of the value as it should have.
3. It was not possible to use a wildcard for the first level of
   matching.
2018-09-26 13:26:39 -05:00
..
auth fix pylint 2018-02-13 07:45:13 -07:00
beacons Rename beacon unit test modules to conform with naming convention 2018-08-14 13:53:29 -05:00
cache Fixing lint. 2018-09-10 12:43:55 -04:00
cli Merge branch '2017.7' into '2018.3' 2018-06-01 14:54:12 -04:00
client Consolitdate and move salt-ssh unit tests to proper location 2018-08-14 13:53:30 -05:00
cloud Rename test_map_conf test file to respect naming convention 2018-08-14 13:53:29 -05:00
config Consolidate misplaced tests into tests/unit/test_config.py 2018-08-14 13:53:29 -05:00
daemons Merge branch '2017.7' into '2018.3' 2018-06-11 11:45:37 -04:00
engines Rename slack engine test file to respect naming convention 2018-08-14 13:53:29 -05:00
executors Fix _get_hash in splay executor 2018-09-05 16:09:07 -05:00
files fix test boto imports 2018-01-18 14:56:27 -07:00
fileserver Work around git-python resource leaks 2018-08-31 20:17:42 +00:00
grains Fixing lint. 2018-09-10 12:43:55 -04:00
modules Fix tests; add test for CommandExecutionError 2018-09-21 11:39:43 +02:00
netapi Consolidate netapi tests and move them to reflect naming convention 2018-08-14 13:53:30 -05:00
output Rename outputter tests to match naming convention 2018-08-14 13:53:31 -05:00
pillar Rename pillar unit test modules to reflect naming convention 2018-08-14 13:53:30 -05:00
proxy Add unicode_literals to tops, thorium, proxy, tokens 2017-12-14 21:56:49 -06:00
renderers Move/merge more test modules 2018-05-10 14:53:52 -05:00
returners Rename sentry returner test to match naming convention 2018-08-14 13:53:29 -05:00
roster Update mock_open usage to reflect read_data type enforcement 2018-06-23 15:04:47 -05:00
runners Merge branch '2017.7' into '2018.3' 2018-08-10 13:12:14 -04:00
sdb [PY3] Add unicode_literals to sdb and serializers 2017-12-28 13:18:00 -06:00
serializers Merge branch '2017.7' into '2018.3' 2018-09-13 17:11:18 -04:00
states Merge pull request #49532 from meaksh/2018.3-fix-linux_acl-recursive-problems 2018-09-12 10:16:15 -04:00
tops Add skipIf when older mock present 2018-04-04 10:54:47 -05:00
transport Merge branch '2017.7' into '2018.3' 2018-06-01 14:54:12 -04:00
utils Fix 3 bugs in subdict matching 2018-09-26 13:26:39 -05:00
__init__.py
test_acl.py Rename acl unit test module to confirm to naming convention 2018-08-14 13:53:30 -05:00
test_auth.py Merge branch '2017.7' into '2018.3' 2018-06-01 14:54:12 -04:00
test_client.py Merge branch '2017.7' into '2018.3' 2018-06-01 14:54:12 -04:00
test_cloud.py Rename test_map_conf test file to respect naming convention 2018-08-14 13:53:29 -05:00
test_config.py Consolidate misplaced tests into tests/unit/test_config.py 2018-08-14 13:53:29 -05:00
test_crypt.py m2crypto open file in rb mode for pub key 2018-06-29 14:43:06 -04:00
test_doc.py Use tests.support.paths instead of deprecated integration module 2018-08-14 13:53:29 -05:00
test_fileclient.py Consolidate/move fileclient/fileserver tests to conform to naming convention 2018-08-14 13:53:30 -05:00
test_fileserver.py Consolidate/move fileclient/fileserver tests to conform to naming convention 2018-08-14 13:53:30 -05:00
test_loader.py Lint 2018-08-14 13:53:31 -05:00
test_log.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00
test_master.py Distinguish between Authorization and Authentication errors 2018-01-23 17:05:22 -05:00
test_minion.py Add async helper to test_sock_path_len 2018-08-28 09:30:47 -04:00
test_mock.py Ignore IOError when tearing down filehandles not opened for reading 2018-06-23 21:28:34 -05:00
test_module_names.py Remove redundant "test" from filename 2018-08-14 13:53:29 -05:00
test_payload.py Merge branch '2017.7' into '2018.3' 2018-06-01 14:54:12 -04:00
test_pillar.py Add optimization_order config to mocked opts 2018-08-13 12:06:48 -04:00
test_simple.py
test_spm.py
test_state.py Remove unused imports 2018-06-15 17:45:56 -05:00
test_template.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_transport.py
test_version.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00
test_zypp_plugins.py Fix all Sphinx warnings 2018-05-31 15:28:25 -05:00