dovetail tool: Add unit tests for 'parser' module 63/23763/1
authormathsyouth <linghui.zeng@huawei.com>
Sat, 29 Oct 2016 08:53:47 +0000 (16:53 +0800)
committermathsyouth <linghui.zeng@huawei.com>
Sat, 29 Oct 2016 09:23:52 +0000 (17:23 +0800)
commitb4e753f311517c97923591f20e85ae467e4d8b94
treed2da22a09e2a6b6b45a24af15c3b95d63548c0f7
parentd8c7fcfd3dd2bf331ca65ca41b593d65e4c0d97a
dovetail tool: Add unit tests for 'parser' module

JIRA: DOVETAIL-45

1. Add two '__init__.py' files for packages
2. Add two test functions in 'test_parser.py' to verify the function
   of the method 'parser_cmd'
3. 'test_testcase.yaml' is used in 'test_parser.py'

Change-Id: Ic3e2e6e67bcac3276fe47ec5584c0d9632b5286a
Signed-off-by: mathsyouth <linghui.zeng@huawei.com>
dovetail/tests/__init__.py [new file with mode: 0644]
dovetail/tests/unit/__init__.py [new file with mode: 0644]
dovetail/tests/unit/test_parser.py [new file with mode: 0644]
dovetail/tests/unit/test_testcase.yaml [new file with mode: 0644]