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
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
template/__init__.py imported unsafe_proxy from vars which caused
vars/__init__.py to load.  vars/__init__.py needed template/__init__.py
which caused issues.  Loading unsafe_proxy from another location fixes
that.
2017-04-28 15:35:30 -07:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Add check_mode to get_url (#20532) 2017-04-28 14:43:51 +01:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Fix bugs in ansible-test units command. (#24044) 2017-04-27 11:21:11 +08:00
sanity Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
units Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
utils Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00