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