Skip to content

Commit

Permalink
Fix test result
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2018
1 parent fa912f5 commit a3c543d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/code_layout/test_qgsdoccoverage.py
Expand Up @@ -102,6 +102,7 @@ def testCoverage(self):
self.assertTrue(not parser.classes_missing_version_added, 'Classes without \\since version tag found')
self.assertTrue(not parser.classes_missing_brief, 'Classes without \\brief description found')
self.assertTrue(not parser.noncompliant_members, 'Non compliant members found')
self.assertTrue(not parser.broken_links, 'Broken links found')


if __name__ == '__main__':
Expand Down

0 comments on commit a3c543d

Please sign in to comment.