Add tests dir to the coverage omit list

Closes-Bug: 1233359
Change-Id: Ie337bb09f299ba1874870fa0191744bf10daa645
This commit is contained in:
Monty Taylor 2013-09-23 21:27:08 -04:00
parent 3d1a04bbdc
commit a337281911
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = keystone
omit = keystone/openstack/*
omit = keystone/tests/*,keystone/openstack/*
[report]
ignore-errors = True