mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Stub class for mod arg parsing tests.
This commit is contained in:
parent
21642c0fbf
commit
ad9ab8e033
1 changed files with 16 additions and 0 deletions
16
test/v2/parsing/test_mod_args.py
Normal file
16
test/v2/parsing/test_mod_args.py
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue