diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-08-03 22:14:27 +0800 |
---|---|---|
committer | zhongjun <zhong.jun@zte.com.cn> | 2017-08-03 22:48:59 +0800 |
commit | 60fac3073876a9a5591c42cd3fa0cb5237ed2177 (patch) | |
tree | f6836f15d71df80a90eb0a13bf9ec58d77ee9255 /requirements.txt | |
parent | 989c92844cf3bc1a1f357277e1f90b72521ce731 (diff) |
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>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7a329b1e..3d4d50be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ jsonschema paramiko pyyaml scp +oslo_config |