class documentation

class NumpyTestProgram(nose.core.TestProgram): (source)

View In Hierarchy

Undocumented

Method runTests Run Tests. Returns true on success, false on failure, and sets self.success to the same value.
Instance Variable result Undocumented
Instance Variable success Undocumented
Instance Variable testRunner Undocumented
def runTests(self): (source)

Run Tests. Returns true on success, false on failure, and sets self.success to the same value.

Because nose currently discards the test result object, but we need to return it to the user, override TestProgram.runTests to retain the result

Undocumented

Undocumented

testRunner = (source)

Undocumented