diff options
author | 2017-03-30 19:26:06 +0800 | |
---|---|---|
committer | 2017-03-30 19:27:50 +0800 | |
commit | 032fe270a600cb8917cd9c81730a18cd0fee6e61 (patch) | |
tree | 9886d798f06bd6aadf4c0f6fb168c471c0a06928 /test-requirements.txt | |
parent | d17daf1af5056040e5399af814ebd850a70a4a75 (diff) |
add tox framework for pep8 and unittest
Change-Id: If783d387c29dad7fa472578ead2bcd5a6d42ee70
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..0483907e --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +pytest +pytest-cov +pytest-faker +pytest-mock + |