Commit ad9ab8e0 by Michael DeHaan

Stub class for mod arg parsing tests.

parent 21642c0f
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment