Add the unit test by pytest for get_conf.py 87/38687/5
authorzhongjun <zhong.jun@zte.com.cn>
Thu, 3 Aug 2017 14:14:27 +0000 (22:14 +0800)
committerzhongjun <zhong.jun@zte.com.cn>
Thu, 3 Aug 2017 14:48:59 +0000 (22:48 +0800)
commit60fac3073876a9a5591c42cd3fa0cb5237ed2177
treef6836f15d71df80a90eb0a13bf9ec58d77ee9255
parent989c92844cf3bc1a1f357277e1f90b72521ce731
Add the unit test by pytest for get_conf.py

Add the unit test cases by pytest way for get_conf.py,
other python files will be added unit test cases gradually
in the future.

Change-Id: I2495645defcf7ee1b6014b27810ac956eec9f7de
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
requirements.txt
test-requirements.txt
tests/conftest.py [new file with mode: 0644]
tests/data/lab_conf/deploy_virtual1.yml [new file with mode: 0644]
tests/data/lab_conf/network_virtual1.yml [new file with mode: 0644]
tests/unit/test_get_conf.py [new file with mode: 0644]