![]() |
CYCAMORE
|
Public Member Functions | |
__init__ (self) | |
__init__ (self) | |
add_to_summary (self, test_file) | |
add_to_summary (self, test_file) | |
print_summary (self) | |
print_summary (self) | |
Public Attributes | |
list | failed = [] |
list | passed = [] |
An object to hold the results of all the tests
Definition at line 95 of file build/bin/run_inputs.py.
run_inputs.Summary.__init__ | ( | self | ) |
Definition at line 97 of file build/bin/run_inputs.py.
run_inputs.Summary.__init__ | ( | self | ) |
Definition at line 97 of file tests/run_inputs.py.
run_inputs.Summary.add_to_summary | ( | self, | |
test_file ) |
Adds a test file to this summary object
Definition at line 101 of file build/bin/run_inputs.py.
run_inputs.Summary.add_to_summary | ( | self, | |
test_file ) |
Adds a test file to this summary object
Definition at line 101 of file tests/run_inputs.py.
run_inputs.Summary.print_summary | ( | self | ) |
Prints the summary
Definition at line 108 of file build/bin/run_inputs.py.
run_inputs.Summary.print_summary | ( | self | ) |
Prints the summary
Definition at line 108 of file tests/run_inputs.py.
list run_inputs.Summary.failed = [] |
Definition at line 99 of file build/bin/run_inputs.py.
Referenced by __init__(), add_to_summary(), and print_summary().
list run_inputs.Summary.passed = [] |
Definition at line 98 of file build/bin/run_inputs.py.
Referenced by __init__(), run_inputs.TestFile.__init__(), add_to_summary(), print_summary(), and run_inputs.TestFile.run().