nose2unitth package¶
Submodules¶
nose2unitth.core module¶
Convert nose-style test reports to UnitTH-style test reports by splitting modules into separate XML files
| Author: | Jonathan Karr <karr@mssm.edu> |
|---|---|
| Date: | 2017-07-27 |
| Copyright: | 2016, Karr Lab |
| License: | MIT |
-
class
nose2unitth.core.Converter[source]¶ Bases:
objectConvert nose-style test reports to UnitTH-style test reports by splitting modules into separate XML files
-
static
read_nose(in_file)[source]¶ Parse nose-style test reports into a dict
Parameters: in_file ( str) – path to nose-style test reportReturns: dictionary of test suites Return type: dict
-
static