OpenQuizz
Une application de gestion des contenus pédagogiques
ScanningLoader Class Reference
Inheritance diagram for ScanningLoader:
Collaboration diagram for ScanningLoader:

Public Member Functions

def __init__ (self)
 
def loadTestsFromModule (self, module, pattern=None)
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ loadTestsFromModule()

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.

The documentation for this class was generated from the following file: