From ad9ab8e033ca327cadea3d046a196a2759bc4300 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 7 Oct 2014 14:59:55 -0400 Subject: [PATCH] Stub class for mod arg parsing tests. --- test/v2/parsing/test_mod_args.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/v2/parsing/test_mod_args.py diff --git a/test/v2/parsing/test_mod_args.py b/test/v2/parsing/test_mod_args.py new file mode 100644 index 00000000000..a97e2ce13a4 --- /dev/null +++ b/test/v2/parsing/test_mod_args.py @@ -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 +