mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Drop SIP/documentation test thresholds
This commit is contained in:
parent
5019fe244c
commit
e0bedc2b17
@ -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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user