Rizin
unix-like reverse engineering framework and cli tools
regress.py File Reference

Go to the source code of this file.

Classes

class  regress.RegressTest
 

Namespaces

 regress
 

Functions

def regress.main ()
 

Variables

 regress.directory = dirname(__file__)
 
 regress.modules = glob.glob(directory+"/*.py")
 
list regress.__all__ = [ basename(f)[:-3] for f in modules if isfile(f)]
 
 regress.suite = unittest.TestSuite()
 
 regress.m = __import__(module)
 
 regress.realcl = getattr(m,cl)