Jpp
debug
the software that should make you happy
|
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 (test_results) |
def | run_tests.print_captured_output (test_results) |
def | run_tests.safe_str (obj) |
def | run_tests.run_tests (tests_dir) |
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" |
run_tests.TESTS_DIR = sys.argv[1] | |
string | run_tests.JUNIT_XML = 'out/junit_{}.xml'.format(os.path.basename(TESTS_DIR)) |
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' |