salt/tests/unit
Erik Johnson cb4db56eb5 Allow pillar.get to merge list as well as dictionaries
This also gets rid of the exception that used to be raised when the
default was not of the proper type, and instead skips merging in those
cases.
2017-04-06 12:24:22 -05:00
..
acl Merge pull request #34025 from rallytime/merge-2016.3 2016-06-15 15:41:00 -04:00
beacons Added user requirement to the glxinfo beacon 2016-01-07 15:49:32 +01:00
cli Fixes testing opts dict for batch unit tests 2017-03-24 17:22:57 +00:00
cloud Add unit tests for cloning from snapshot (#37414) 2016-11-02 11:22:37 -06:00
config Use the first address if cannot connect to any 2017-03-18 21:09:16 -07:00
engines Refactor for testing and adding related engine tests 2016-09-19 17:10:19 -07:00
fileserver Pylint fix 2016-07-27 15:12:41 -06:00
grains Lintfix: E8303 2016-08-06 00:27:34 +02:00
modules Allow pillar.get to merge list as well as dictionaries 2017-04-06 12:24:22 -05:00
netapi Workaround for tornado test startup error 2016-10-25 16:45:32 +09:00
output catch unicode encoding errors in json outputter (#36033) 2016-09-02 14:56:09 -06:00
pillar Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3 2016-02-11 22:33:49 -07:00
renderers yaml: support unicode serialization/deserialization 2017-01-04 13:29:28 +01:00
returners Update job_cache and keep_jobs docs to be more specific to their behavior (#33328) 2016-05-19 09:32:32 -07:00
runners fix jobs.list_jobs failing with search_target 2016-05-24 17:56:45 -07:00
serializers add deserializer test, fix deserialization 2015-11-15 14:14:42 -06:00
states Fix mocks in win_disim tests 2017-02-16 12:26:49 -07:00
templates yaml: support unicode serialization/deserialization 2017-01-04 13:29:28 +01:00
transport Skip the test_badload test until Jenkins move is complete 2017-01-27 09:51:30 -07:00
utils Add ability for salt.utils.path_join to force the use of posixpath 2017-03-28 14:18:29 -05:00
__init__.py
auth_test.py Fixed use of assert_has_calls in tests. 2016-09-08 11:36:17 +01:00
client_test.py Add cmd_mock back in to function spec 2016-08-25 07:05:52 -06:00
conf_test.py Back-port #36062 to 2015.8 (#36118) 2016-09-07 16:01:34 -06:00
context_test.py initialize super class of NamespacedDictWrapper 2016-10-27 14:28:01 -05:00
crypt_test.py Bugfix: salt-key crashes if tries to generate keys to the directory w/o write access (#32436) 2016-04-13 08:15:37 -06:00
daemons_test.py Reset socket default timeout to None (fixes daemons_tests failures) 2016-12-09 13:50:48 -07:00
doc_test.py skip 2016.3.5 due to :doc: references 2017-01-19 16:14:22 -07:00
files_test.py
highstateconf_test.py Fix test 2015-08-18 08:51:00 -06:00
log_test.py Manual merge of #24414 per thatch45 2015-06-06 07:47:52 -06:00
minion_test.py
payload_test.py Merge remote-tracking branch 'upstream/2015.5' into merge-forward-develop 2015-06-11 13:15:38 -06:00
pillar_test.py Remove recurse_list from pillar_source_merging_strategy and add pillar_merge_list (bool) instead 2016-01-19 15:06:30 -07:00
pydsl_test.py Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop 2015-12-01 15:31:03 -07:00
pyobjects_test.py Update pyobjects test to be a list 2017-01-18 12:16:30 -07:00
simple_test.py Rename tests.unit.simple to tests.unit.simple_test 2016-07-07 17:12:27 -06:00
spm_test.py Make sure spm tests are picked up by runtests. 2016-09-08 11:36:17 +01:00
state_test.py Raise SaltRenderError on bad requisite (#35373) 2016-08-11 10:48:23 -06:00
stateconf_test.py Allow parent relative includes in state files 2015-07-21 16:32:38 +10:00
template_test.py
version_test.py