You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Matt Martz 6332beef65
Add unit tests for ansible.module_utils.urls (#38059)
* Start of tests for ansible.module_utils.urls

* Start adding file for generic functions throughout urls

* Add tests for maybe_add_ssl_handler

* Remove commented out line

* Improve coverage of maybe_add_ssl_handler, test basic_auth_header

* Start tests for open_url

* pep8 and ignore urlopen in test_url_open.py tests

* Extend auth tests, add test for validate_certs=False

* Finish tests for open_url

* Add tests for fetch_url

* Add fetch_url tests to replace-urlopen ignore

* dummy instead of _

* Add BadStatusLine test

* Reorganize/rename tests

* Add tests for RedirectHandlerFactory

* Add POST test to confirm behavior is to convert to GET

* Update tests to handle recent changes to RedirectHandlerFactory

* Special test, just to confirm that aliasing http_error_308 to http_error_307 does not cause issues with urllib2 type redirects
8 years ago
..
aws aws.core in new aws dir in module utils - module with AnsibleAWSModule class and fail_json_aws (#25780) 9 years ago
basic basic: allow one or more when param list having choices (#34537) 8 years ago
cloud [cloud] Add more configurable backoff implementations to CloudRetry/AWSRetry (#27251) 8 years ago
ec2 Route table boto3 (#32059) 8 years ago
facts facts: fix device uuid's on el6 (#36128) 8 years ago
gcp Fix dangerous default args. (#29839) 8 years ago
json_utils Port some tests away from nose as examples (#33437) 8 years ago
net_tools allows ib_spec attrs to be filtered in update (#36673) 8 years ago
network add timeout parameter and increase default timeout for nso modules (#37391) 8 years ago
parsing Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
urls Add unit tests for ansible.module_utils.urls (#38059) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Porting tests to pytest (#33387) 8 years ago
test_database.py Revert "Update galaxy and database unit tests." 9 years ago
test_distribution_version.py Fix SteamOS ansible_distribution fact (Fixes #33628) (#37576) 8 years ago
test_known_hosts.py Porting tests to pytest (#33387) 8 years ago
test_postgresql.py Porting tests to pytest (#33387) 8 years ago
test_text.py Porting tests to pytest (#33387) 8 years ago