Add small unit test framework for testing fetch_url() based modules (#171)

* Convert integrated simple fetch_url() checking framework from hetzner_firewall tests to proper framework which can also be used by other modules.

* Linting.

* One more.

* Use community.internal_test_tools collection.
This commit is contained in:
Felix Fontein 2020-04-23 14:50:44 +02:00 committed by GitHub
commit 703daa9500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1349 additions and 1558 deletions

View file

@ -60,6 +60,7 @@ retry ansible-galaxy -vvv collection install ansible.posix
# https://github.com/CiscoDevNet/ansible-intersight/issues/9
retry ansible-galaxy -vvv collection install cisco.intersight:1.0.4
retry ansible-galaxy -vvv collection install community.crypto
retry ansible-galaxy -vvv collection install community.internal_test_tools
retry ansible-galaxy -vvv collection install community.kubernetes
retry ansible-galaxy -vvv collection install google.cloud
retry ansible-galaxy -vvv collection install ovirt.ovirt