Class NoseTestEngine
Very basic 'nose' unit test engine wrapper.
Requires nose 1.1.3 for code coverage.
Tasks
Methods
public buildTestFuture($path, $xunit_tmp, $cover_tmp)
| parameters | wild | $path | |
| wild | $xunit_tmp | |
| wild | $cover_tmp | |
| return | wild | | |
This method is not documented.
public parseTestResults($source_path, $xunit_tmp, $cover_tmp)
| parameters | wild | $source_path | |
| wild | $xunit_tmp | |
| wild | $cover_tmp | |
| return | wild | | |
This method is not documented.
public readCoverage($cover_file, $source_path)
| parameters | wild | $cover_file | |
| wild | $source_path | |
| return | wild | | |
This method is not documented.
public run()
This method is not documented.
public runTests($test_paths, $source_path)
| parameters | wild | $test_paths | |
| wild | $source_path | |
| return | wild | | |
This method is not documented.