ansible/test
Evgeni Golov 8d0c193b25 allow before/after diff to be NoneType (#62582)
when creating or deleting an object (e.g. via an API), before/after can
be `None` (or at least represented as such by the used library). to
avoid modules havig to do

    diff={'before': before or '', 'after': after or ''}

let's just convert `None` to an empty string that can be diffed properly
2019-09-20 15:47:18 -04:00
..
ansible_test
integration vcenter provider: Only rely on VMWARE_TEST_PLATFORM 2019-09-20 10:33:44 -04:00
legacy Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
lib/ansible_test vcenter provider: Only rely on VMWARE_TEST_PLATFORM 2019-09-20 10:33:44 -04:00
sanity Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
units allow before/after diff to be NoneType (#62582) 2019-09-20 15:47:18 -04:00
utils Revert "shippable: temporary bump the timeout for Azure jobs" 2019-09-09 18:17:25 -07:00