Package bitten :: Package build :: Module monotools

Module monotools

Recipe commands for tools commonly used in Mono projects.
Functions
 
nunit(ctxt, file_=None)
Extract test results from a NUnit XML report.
Variables
  log = logging.getLogger('bitten.build.monotools')
  __package__ = 'bitten.build'
Function Details

nunit(ctxt, file_=None)

 
Extract test results from a NUnit XML report.
Parameters:
  • ctxt (Context) - the build context
  • file_ - path to the NUnit XML test results; may contain globbing wildcards for matching multiple results files