You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Sloane Hertel 2bb09bfd12
atomic_move - fix preserving extended acls (#82818)
* use copystat to copy as many attributes as possible before os.rename

update unit test mocks for updated method of attribute preservation

add integration test for lineinfile case

remove erroneous `- meta: end_play` from lineinfile test suite

* add keep_dest_attrs parameter to control whether src attributes are
copied initially, and for existing destinations, whether the src is
updated using the dest before being renamed

consolidate with copy unsetting extended attrs

ci_complete
7 months ago
..
basic atomic_move - fix preserving extended acls (#82818) 7 months ago
common Handle error raised when argument validation (#82783) 8 months ago
compat Remove Python 2 compat (via six) from unit tests 12 months ago
facts Add MIRACLE LINUX as RedHat OS Family (#82722) 8 months ago
json_utils Remove Python 2.x compat from unit tests (#82109) 12 months ago
parsing Require `from __future__ import annotations` (#81902) 1 year ago
urls Fix url encoded credentials in netloc (#82552) 9 months ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Remove Python 2 compat (via six) from unit tests 12 months ago
test_api.py Require `from __future__ import annotations` (#81902) 1 year ago
test_connection.py Require `from __future__ import annotations` (#81902) 1 year ago
test_distro.py Remove unused/unreachable unit test code (#82160) 12 months ago
test_text.py Remove Python 2 compat (via six) from unit tests 12 months ago