diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2017-08-28 16:54:57 +0800 |
---|---|---|
committer | Hong Hui Xiao <honghui_xiao@yeah.net> | 2017-09-01 20:30:57 +0800 |
commit | 7bd792729198f1a04eac6d2042c7a03a632814a0 (patch) | |
tree | 1ba4c7b9352f21092c6d7f097c148fe531696bc2 /multivimbroker/requirements.txt | |
parent | 67430600410e312c2db5a6a7709da8e45a5245fa (diff) |
Add code coverage for multicloud framework
Since multicloud projects are Django projects essentially, use
the mechanism from Django to check code coverage.
Change-Id: I850e64e601f9cf4d26222a2a2295ec005dfea474
Issue-Id: MULTICLOUD-71
Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
Diffstat (limited to 'multivimbroker/requirements.txt')
-rw-r--r-- | multivimbroker/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt index 6d58957..caf8687 100644 --- a/multivimbroker/requirements.txt +++ b/multivimbroker/requirements.txt @@ -18,6 +18,7 @@ python-glanceclient==2.5.0 python-neutronclient==6.0.0 # for unit test +django-nose>=1.4.0 coverage==4.2 mock==2.0.0 unittest_xml_reporting==1.12.0 |