class documentation

class CoberturaReportSuite(Suite): (source)

View In Hierarchy

Undocumented

Method test_as_xml Undocumented
Method test_get_line_rate Undocumented
@pytest.mark.skipif((lxml is None), reason='Cannot import lxml. Is it installed?')
def test_as_xml(self): (source)

Undocumented

@pytest.mark.skipif((lxml is None), reason='Cannot import lxml. Is it installed?')
def test_get_line_rate(self): (source)

Undocumented