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 /test-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 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 1def47c3..9ab1fa4a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,3 +7,4 @@ pytest-faker pytest-mock pyyaml scp +oslo_config |