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/sanity
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
7 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Add unit tests for ansible.module_utils.urls (#38059) 7 years ago
compile Overhaul additional sanity tests. (#36803) 7 years ago
import webfaction modules: fix broken import (#35024) 7 years ago
pep8 Test cleanup. 7 years ago
pslint win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets (#37897) 7 years ago
pylint Enable wildcard import pylint (#35786) 7 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Test cleanup. 7 years ago
validate-modules cs_user: fix E325 (#38158) 7 years ago
yamllint Fix yamllinter handling of tuple assignment. 7 years ago
ansible.cfg Fix ansible-test config management. 7 years ago