Drop doc test threshold

This commit is contained in:
Nyall Dawson 2016-03-16 12:39:42 +11:00
parent 5e08626051
commit 5ae0445607

View File

@ -24,7 +24,7 @@ from utilities import printImportant, DoxygenParser
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_DOCS = 3703
ACCEPTABLE_MISSING_DOCS = 3684
class TestQgsDocCoverage(unittest.TestCase):