From: Vladimír Vondruš Date: Sat, 10 Feb 2018 16:22:39 +0000 (+0100) Subject: doxygen: document why a test is skipped. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=aa31c6fcc0f2423caa07311cc05aeae48c73a858;p=blog.git doxygen: document why a test is skipped. --- diff --git a/doxygen/test/test_compound.py b/doxygen/test/test_compound.py index 83c91263..42a43a32 100644 --- a/doxygen/test/test_compound.py +++ b/doxygen/test/test_compound.py @@ -129,6 +129,7 @@ class Ignored(IntegrationTestCase): @unittest.expectedFailure def test_empty_class_doc_not_generated(self): + # This needs to be generated in order to be compatible with tag files self.run_dox2html5(index_pages=[], wildcard='classBrief.xml') self.assertFalse(os.path.exists(os.path.join(self.path, 'html', 'classBrief.html')))