From aa31c6fcc0f2423caa07311cc05aeae48c73a858 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 10 Feb 2018 17:22:39 +0100 Subject: [PATCH] doxygen: document why a test is skipped. --- doxygen/test/test_compound.py | 1 + 1 file changed, 1 insertion(+) 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'))) -- 2.30.2