Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
run_tests.py File Reference

Go to the source code of this file.

Classes

class  run_tests.TestSuite
 
class  run_tests.TestCase
 

Namespaces

namespace  run_tests
 

Functions

 run_tests.main ()
 
 run_tests.write_junit_xml (test_results)
 
 run_tests.print_captured_output (test_results)
 
 run_tests.safe_str (obj)
 
 run_tests.run_tests (tests_dir)
 

Variables

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