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 | |
failed | |
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.
References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
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.
References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
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.
References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.Summary.print_summary | ( | self | ) |
Prints the summary
Definition at line 108 of file build/bin/run_inputs.py.
References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.Summary.print_summary | ( | self | ) |
Prints the summary
Definition at line 108 of file tests/run_inputs.py.
References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.Summary.failed |
Definition at line 99 of file build/bin/run_inputs.py.
Referenced by run_inputs.Summary.__init__(), run_inputs.Summary.add_to_summary(), and run_inputs.Summary.print_summary().
run_inputs.Summary.passed |
Definition at line 98 of file build/bin/run_inputs.py.
Referenced by run_inputs.Summary.__init__(), run_inputs.TestFile.__init__(), run_inputs.Summary.add_to_summary(), run_inputs.Summary.print_summary(), and run_inputs.TestFile.run().