The `<testsuite>` element supports errors too: ``` <error></error> => optional information, in place of a test case - normally if the tests in the suite could not be found etc. ``` Maybe `TestSuite` could also have an `add_error_info()`?