Jpp
18.0.1-rc.2
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 |
def | run_tests.print_captured_output |
def | run_tests.run_tests |
def | run_tests.decode |
Variables | |
tuple | run_tests.PY2 = sys.version_info<(3, 0, 0) |
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' |