univention.testing.format package
Contents
univention.testing.format package¶
Import all UCS Test formatters.
Submodules¶
univention.testing.format.html module¶
Format UCS Test results as HTML.
- class univention.testing.format.html.HTML(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.data.TestFormatInterface
Create simple HTML report.
univention.testing.format.jenkins module¶
Format UCS Test results as Jenkins report.
- class univention.testing.format.jenkins.Jenkins(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.data.TestFormatInterface
Create Jenkins report. <https://wiki.jenkins-ci.org/display/JENKINS/Monitoring+external+jobs>
univention.testing.format.junit module¶
Format UCS Test results as JUnit report.
- class univention.testing.format.junit.Junit(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.data.TestFormatInterface
Create Junit report. <http://windyroad.org/dl/Open%20Source/JUnit.xsd>
univention.testing.format.tap module¶
Format UCS Test results as Test Anything Protocol report.
- class univention.testing.format.tap.TAP(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.data.TestFormatInterface
Create simple Test-Anything-Protocol report. <http://testanything.org/wiki/index.php/Main_Page>
univention.testing.format.text module¶
Format UCS Test results as simple text report.
- class univention.testing.format.text.Text(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.data.TestFormatInterface
Create simple text report.
- class univention.testing.format.text.Raw(stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶
Bases:
univention.testing.format.text.Text
Create simple text report with raw file names.