Abstract interface for parsing test coverage output. More...
Inheritance diagram for Parser:Public Member Functions | |
| def | parse |
| Parses coverage output. More... | |
Abstract interface for parsing test coverage output.
The primary reponsibiliy of a Parser subclass is to convert output files into the Vigilance internal representation.
| def parse | ( | self, | |
| fileContents | |||
| ) |
Parses coverage output.
| fileContents | The string contents of the coverage output file. |
| vigilance.error.ReportParsingError | if an unrecoverable error is encountered during parsing. |