salt/tests/unit/utils
Nicole Thomas 2e8e56ca69 [PY3] Change log.warn statements to log.warning (#37531)
* [PY3] Change log.warn statements to log.warning

log.warn is deprecated in Python 3. This change removes the
occurance of deprecation warnings for using log.warn. For example:

```
17:24:23 [WARNING ] /testing/salt/utils/verify.py:522: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
17:24:23   log.warn('Insecure logging configuration detected! Sensitive data may be logged.')
17:24:23
17:24:23 [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
```

* Tweak unit.utils.verify_test to using warning instead of warn
2016-11-08 13:06:54 -07:00
..
vmware_test Align tests for new calls 2016-09-21 16:08:28 -06:00
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
aggregation_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
args_test.py Rename some unit test files by adding _test (#34503) 2016-07-07 12:05:08 -04:00
async_test.py Keep track of SyncWrapper's IOLoop usage 2015-07-29 08:48:33 -07:00
boto_test.py Lint #32985 (#33278) 2016-05-16 15:02:05 -06:00
cache_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
cloud_test.py Change cwd back to Salt's code dir 2015-07-28 12:22:53 +01:00
configcomparer_test.py marathon and chronos proxy minions 2015-11-12 10:03:38 -07:00
context_test.py Fix typos of retrieve 2016-04-04 14:27:41 +02:00
decorators_test.py [develop] Merge forward from 2016.3 to develop (#32494) 2016-04-11 17:07:15 -06:00
dictupdate_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
disk_cache_test.py fixes #34279 2016-08-15 14:34:20 -07:00
etcd_util_test.py Skip tests if urllib3 is not installed 2016-03-16 19:40:48 +00:00
event_test.py Make sha256 the default hash_type 2016-08-15 10:02:19 +02:00
extend_test.py Reset dir for extend test 2016-10-28 15:02:13 +09:00
filebuffer_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
find_test.py Merge branch '2016.3' into 'develop' 2016-08-12 16:21:58 -06:00
format_call_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
gitfs_test.py Add unit tests to ensure a valid provider 2016-02-08 15:18:11 -06:00
http_test.py Add unit tests for new recursive function 2015-09-29 21:25:47 -06:00
immutabletypes_test.py Rename some unit test files by adding _test (#34503) 2016-07-07 12:05:08 -04:00
kwarg_regex_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
locales_test.py undo the memoization of contrived locale 2015-06-11 12:13:07 -06:00
mac_utils_test.py Fix unit tests 2016-03-30 08:46:02 -06:00
minions_test.py Add nodegroup_comp unit tests 2016-07-29 19:28:52 -05:00
network_test.py Updated host_to_ip to return all the IPs instead of the first one. 2016-10-20 18:15:27 +03:00
path_join_test.py Better unicode handling in gitfs (#35802) 2016-08-26 10:44:22 -06:00
process_test.py Merge branch '2016.3' into 'carbon' 2016-10-31 10:15:25 -06:00
rsax931_test.py no-op 2015-06-15 17:08:43 -06:00
runtime_whitespace_regex_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
safe_walk_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
schedule_test.py New schedule tests and fixes 2016-06-02 17:14:50 +03:00
schema_test.py Merge branch '2016.3' into 'carbon' 2016-09-16 10:35:49 -06:00
systemd_test.py Add unit tests for salt.utils.systemd 2016-08-17 11:30:14 -05:00
url_test.py tests/unit/utils/url_test.py: remove env support 2016-02-16 20:33:23 -07:00
utils_test.py Skip utils_test if timelib is not installed (#32699) 2016-09-08 12:39:28 +01:00
validate_net_test.py improve test tests/unit/utils/validate_net_test.py useability 2015-02-09 11:52:08 +01:00
verify_test.py [PY3] Change log.warn statements to log.warning (#37531) 2016-11-08 13:06:54 -07:00
vt_test.py Clean up open filehandles (#35359) 2016-08-11 10:45:24 -06:00
warnings_test.py [PY3] fix warnings_test 2016-08-02 10:25:35 -05:00
which_test.py Fix which test in PR#28812 2015-11-17 11:29:41 +03:00
yamlloader_test.py Discard duplicate YAML nodes when merging anchors to avoid duplicate … (#32042) 2016-04-07 10:27:20 -06:00