mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
5
tests/unit/mock/path.py
Normal file
5
tests/unit/mock/path.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from ansible_collections.community.general.tests.unit.compat.mock import MagicMock
|
||||
from ansible.utils.path import unfrackpath
|
||||
|
||||
|
||||
mock_unfrackpath_noop = MagicMock(spec_set=unfrackpath, side_effect=lambda x, *args, **kwargs: x)
|
Loading…
Add table
Add a link
Reference in a new issue