You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/v2/parsing/test_mod_args.py

17 lines
232 B
Python

# 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