mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 23:01:14 +00:00
Stub class for mod arg parsing tests.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user