OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self) |
def | loadTestsFromModule (self, module, pattern=None) |
def __init__ | ( | self | ) |
def loadTestsFromModule | ( | self, | |
module, | |||
pattern = None |
|||
) |
Return a suite of all tests cases contained in the given module If the module is a package, load tests from all the modules in it. If the module has an ``additional_tests`` function, call it and add the return value to the tests.