1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules
Tim Rupp eace686044
Various fixes and changes for F5 (#34817)
Primarily, this patch contains refactors to remove tracebacks that
are generated when libraries are missing. There is also,

* Removed re-def of cleanup_tokens.
* Changed parameter args to be keywords.
* Changed imports to include new module_util locations.
* Imports also include developing (sideband) module_util locations.
* Changed to using F5Client and plain AnsibleModule to prevent tracebacks caused by missing libraries.
* Removed init and update methods from most Parameter classes (optimization) as its now included in module_utils.
* Changed module and module param references to take into account the new self.module arg. Minor bug fixes made during this refactor.
2018-01-12 13:23:19 -08:00
..
cloud Add Python 3.7 to CI unit test matrix. (#34680) 2018-01-10 00:57:11 -08:00
monitoring Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
net_tools nmcli: Add missing 'primary' option (#34252) 2018-01-08 13:37:21 -08:00
network Various fixes and changes for F5 (#34817) 2018-01-12 13:23:19 -08:00
packaging rhn_channel/register: Porting tests to pytest (#33719) 2017-12-12 07:25:49 -08:00
remote_management Python 2.6 str.format() compatibility fixes. 2018-01-10 14:08:11 -08:00
system Fix pamd error when inserting a new rule at the end. Fixes #28487 (#28488) 2017-12-13 15:31:20 -06:00
web_infrastructure Fix jenkins_plugin test for no net situations (#30568) 2017-09-19 13:12:45 -07:00
__init__.py Some algorithmic unittests for the apt and docker modules 2016-04-27 07:23:31 -07:00
conftest.py Porting tests to pytest (#33387) 2017-12-05 12:43:13 -08:00
utils.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00