class documentation

class NumpyTestProgram(nose.core.TestProgram):

View In Hierarchy

Undocumented

Method run​Tests 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 test​Runner Undocumented
def runTests(self):

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

result =

Undocumented

success =

Undocumented

testRunner =

Undocumented