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=<open file '<stdout>', mode 'w'>)[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=<open file '<stdout>', mode 'w'>)[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=<open file '<stdout>', mode 'w'>)[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=<open file '<stdout>', mode 'w'>)[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=<open file '<stdout>', mode 'w'>)[source]¶ Bases:
univention.testing.data.TestFormatInterface
Create simple text report.
-
_Text__term
= <WeakValueDictionary at 140602815462072>¶
-