Drop SIP/documentation test thresholds

This commit is contained in:
Nyall Dawson 2015-11-18 23:05:36 +11:00
parent 5019fe244c
commit e0bedc2b17
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ from PyQt4.QtCore import qDebug
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_DOCS = 3924
ACCEPTABLE_MISSING_DOCS = 3907
class TestQgsDocCoverage(TestCase):

View File

@ -38,7 +38,7 @@ except:
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_CLASSES = 85
ACCEPTABLE_MISSING_MEMBERS = 271
ACCEPTABLE_MISSING_MEMBERS = 267
class TestQgsSipCoverage(TestCase):