Skip to content

Commit

Permalink
Drop test thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 13, 2015
1 parent 2982082 commit 710b9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -27,7 +27,7 @@
# DON'T RAISE THIS THRESHOLD!!! # DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!) # (changes which lower this threshold are welcomed though!)


ACCEPTABLE_MISSING_DOCS = 3873 ACCEPTABLE_MISSING_DOCS = 3853




class TestQgsDocCoverage(TestCase): class TestQgsDocCoverage(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssipcoverage.py
Expand Up @@ -38,7 +38,7 @@
# (changes which lower this threshold are welcomed though!) # (changes which lower this threshold are welcomed though!)


ACCEPTABLE_MISSING_CLASSES = 80 ACCEPTABLE_MISSING_CLASSES = 80
ACCEPTABLE_MISSING_MEMBERS = 266 ACCEPTABLE_MISSING_MEMBERS = 264




class TestQgsSipCoverage(TestCase): class TestQgsSipCoverage(TestCase):
Expand Down

0 comments on commit 710b9d2

Please sign in to comment.