def test_single_doxygen_warning(self):
        file_errors = parse_doxygen("error: Doxyfile not found and no input file specified!")
        self.assertEqual(len(file_errors), 1)
        for i, (filename, errors) in enumerate(file_errors.items()):
            if i == 0:  # pragma: no branch