Diviner

Class NoseTestEngine

Definedsrc/unit/engine/NoseTestEngine.php:10
GroupUnit Test Runners
ExtendsArcanistBaseUnitTestEngine

Very basic 'nose' unit test engine wrapper.

Requires nose 1.1.3 for code coverage.

Tasks

Unspecified

Methods

public buildTestFuture($path, $xunit_tmp, $cover_tmp)

parameterswild$path
wild$xunit_tmp
wild$cover_tmp
returnwild
This method is not documented.

public parseTestResults($source_path, $xunit_tmp, $cover_tmp)

parameterswild$source_path
wild$xunit_tmp
wild$cover_tmp
returnwild
This method is not documented.

public readCoverage($cover_file, $source_path)

parameterswild$cover_file
wild$source_path
returnwild
This method is not documented.

public run()

returnwild
This method is not documented.

public runTests($test_paths, $source_path)

parameterswild$test_paths
wild$source_path
returnwild
This method is not documented.