Version: 9.12.0
pyunittester Namespace Reference

Data Structures

class  PyUnitTester
 This class is a simple wrapper of the pyunit framework. More...
 
class  MyTestCase
 
class  MyTestCase2
 

Functions

def printfile (filename)
 
def execAndConvertExceptionToBoolean (function)
 This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue). More...
 
def run (testCaseClass)
 Run the test suite provided by the specified TestCase class. More...
 
def functionRaisingAnException ()
 
def functionReturningFalse ()
 
def functionReturningTrue ()
 
def functionReturningNothing ()
 
def TEST_basic_usecase ()
 

Function Documentation

◆ functionRaisingAnException()

def pyunittester.functionRaisingAnException ( )

◆ functionReturningFalse()

def pyunittester.functionReturningFalse ( )

◆ functionReturningNothing()

def pyunittester.functionReturningNothing ( )

◆ functionReturningTrue()

def pyunittester.functionReturningTrue ( )

◆ printfile()

def pyunittester.printfile (   filename)

◆ TEST_basic_usecase()

def pyunittester.TEST_basic_usecase ( )