Cover also tests folder 51/29051/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 20 Feb 2017 07:32:43 +0000 (15:32 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Feb 2017 08:48:43 +0000 (08:48 +0000)
This is to ensure all test code is reached to detect bugs like #28955 [1].
The loop of in the tests were not reached before the fix.

[1]: https://gerrit.opnfv.org/gerrit/#/c/28955/

Change-Id: I2f9e52cf7df1b94c9412f6edb6ce6f9e137d9b54
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
.coveragerc

index dfaeae6..0448da9 100644 (file)
@@ -4,6 +4,7 @@
 branch = True
 source =
     qtip
+    tests
 
 [report]
 # Regexes for lines to exclude from consideration