Jpp  18.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions | Variables
run_tests.py File Reference

Go to the source code of this file.

Classes

class  run_tests.TestSuite
 
class  run_tests.TestCase
 

Namespaces

 run_tests
 

Functions

def run_tests.main
 
def run_tests.write_junit_xml
 
def run_tests.print_captured_output
 
def run_tests.safe_str
 
def run_tests.run_tests
 

Variables

 run_tests.unichr = chr
 
string run_tests.__author__ = "Tamas Gal"
 
string run_tests.__credits__ = "Brian Beyer"
 
string run_tests.__license__ = "MIT"
 
string run_tests.__email__ = "tgal@km3net.de"
 
string run_tests.__status__ = "Development"
 
list run_tests.TESTS_DIR = sys.argv[1]
 
string run_tests.JUNIT_XML = 'out/junit_{}.xml'
 
string run_tests.INFO = '\033[94m'
 
string run_tests.OK = '\033[92m'
 
string run_tests.FAIL = '\033[91m'
 
string run_tests.RST = '\033[0m'
 
string run_tests.BOLD = '\033[1m'