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
Ganesh Nalawade 11c9ad23d5
Refactor common network shared and platform utils code into package (#33452)
* Refactor common network shared and platform specific code into package (part-1)

As per proposal #76 refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76

*  ansible.module_utils.network.common - command shared functions
*  ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions

*  Fix review comments

* Fix review comments
2017-12-03 21:42:30 +05:30
..
cli Fix vault --ask-vault-pass with no tty (#31493) 2017-11-15 14:01:32 -05:00
config
contrib
errors
executor Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
inventory_test_data/group_vars
mock
module_utils Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
modules Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
parsing Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
playbook Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
plugins Port some tests away from nose as examples (#33437) 2017-11-30 14:04:09 -08:00
template Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py