[DNM] Confirming unit test for synchronize plugin

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito 2022-04-20 13:19:46 +09:00
parent 3ab812953f
commit 07e4b2104e
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
trivial:
- confirming unit tet for synchronize.

View file

@ -43,6 +43,10 @@ with open('task_vars.json', 'wb') as f:
'''
class Dummy(object):
pass
class BreakPoint(Exception):
pass
@ -55,6 +59,7 @@ class TaskMock(object):
become = None
become_user = None
become_method = None
check_mode = False
class StdinMock(object):