Version: 9.15.0
pyunittester.py File Reference

Data Structures

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

Namespaces

 pyunittester
 

Functions

def pyunittester.printfile (filename)
 
def pyunittester.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 pyunittester.run (testCaseClass)
 Run the test suite provided by the specified TestCase class. More...
 
def pyunittester.functionRaisingAnException ()
 
def pyunittester.functionReturningFalse ()
 
def pyunittester.functionReturningTrue ()
 
def pyunittester.functionReturningNothing ()
 
def pyunittester.TEST_basic_usecase ()