From 7bd792729198f1a04eac6d2042c7a03a632814a0 Mon Sep 17 00:00:00 2001 From: Hong Hui Xiao Date: Mon, 28 Aug 2017 16:54:57 +0800 Subject: 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 --- multivimbroker/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'multivimbroker/requirements.txt') 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 -- cgit 1.2.3-korg