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
2018-04-09 10:17:43 -05:00
..
ansible-doc Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
code-smell Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
compile Overhaul additional sanity tests. (#36803) 2018-02-27 15:05:39 -08:00
import webfaction modules: fix broken import (#35024) 2018-03-07 06:22:06 -08:00
pep8 Test cleanup. 2018-01-11 13:43:10 -08:00
pslint win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets (#37897) 2018-04-03 18:28:10 -07:00
pylint Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Test cleanup. 2018-01-11 13:43:10 -08:00
validate-modules cs_user: fix E325 (#38158) 2018-03-31 11:44:04 +02:00
yamllint Fix yamllinter handling of tuple assignment. 2018-03-22 23:14:21 -07:00
ansible.cfg Fix ansible-test config management. 2017-10-04 12:52:36 -07:00