mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
16 lines
232 B
Python
16 lines
232 B
Python
# TODO: header
|
|
|
|
#from ansible.playbook.task import Task
|
|
import unittest
|
|
|
|
class TestModArgs(unittest.TestCase):
|
|
|
|
def setUp(self):
|
|
pass
|
|
|
|
def tearDown(self):
|
|
pass
|
|
|
|
def test_sample(self):
|
|
pass
|
|
|