mirror of https://github.com/ansible/ansible.git
Stub class for mod arg parsing tests.
parent
21642c0fbf
commit
ad9ab8e033
@ -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 New Issue