Public Member Functions | |
def | __init__ (self, args, tests) |
def | ok (self, result, test_name, msg='Ok') |
def | result (self) |
def | perform_tests (self) |
Public Attributes | |
args | |
tests | |
num_tests | |
count | |
passed | |
Definition at line 134 of file runtests.py.
def runtests.TestManager.__init__ | ( | self, | |
args, | |||
tests | |||
) |
Definition at line 135 of file runtests.py.
def runtests.TestManager.ok | ( | self, | |
result, | |||
test_name, | |||
msg = 'Ok' |
|||
) |
Definition at line 143 of file runtests.py.
def runtests.TestManager.perform_tests | ( | self | ) |
Definition at line 161 of file runtests.py.
def runtests.TestManager.result | ( | self | ) |
Definition at line 154 of file runtests.py.
runtests.TestManager.args |
Definition at line 136 of file runtests.py.
runtests.TestManager.count |
Definition at line 139 of file runtests.py.
runtests.TestManager.num_tests |
Definition at line 138 of file runtests.py.
runtests.TestManager.passed |
Definition at line 140 of file runtests.py.
runtests.TestManager.tests |
Definition at line 137 of file runtests.py.