CYCAMORE
|
Public Member Functions | |
__init__ (self, cyclus_path, file_path, flag) | |
__init__ (self, cyclus_path, file_path, flag) | |
get_output (self) | |
get_output (self) | |
no_errors (self, output) | |
no_errors (self, output) | |
run (self) | |
run (self) | |
Public Attributes | |
cyclus_path | |
flag | |
infile | |
passed | |
An object representing the inputxml file to test
Definition at line 116 of file build/bin/run_inputs.py.
run_inputs.TestFile.__init__ | ( | self, | |
cyclus_path, | |||
file_path, | |||
flag ) |
Definition at line 118 of file build/bin/run_inputs.py.
run_inputs.TestFile.__init__ | ( | self, | |
cyclus_path, | |||
file_path, | |||
flag ) |
Definition at line 118 of file tests/run_inputs.py.
References run_inputs.TestFile.cyclus_path, run_inputs.TestFile.flag, run_inputs.TestFile.infile, run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.TestFile.get_output | ( | self | ) |
Returns the output from running the FileTest
Definition at line 132 of file build/bin/run_inputs.py.
References run_inputs.TestFile.cyclus_path, run_inputs.TestFile.flag, and run_inputs.TestFile.infile.
Referenced by run_inputs.TestFile.run().
run_inputs.TestFile.get_output | ( | self | ) |
Returns the output from running the FileTest
Definition at line 132 of file tests/run_inputs.py.
References run_inputs.TestFile.cyclus_path, run_inputs.TestFile.flag, and run_inputs.TestFile.infile.
Referenced by run_inputs.TestFile.run().
run_inputs.TestFile.no_errors | ( | self, | |
output ) |
returns true if there were no errors or segfaults running this TestFile
Definition at line 143 of file build/bin/run_inputs.py.
References run_inputs.TestFile.infile, and run_inputs.main().
Referenced by run_inputs.TestFile.run().
run_inputs.TestFile.no_errors | ( | self, | |
output ) |
returns true if there were no errors or segfaults running this TestFile
Definition at line 143 of file tests/run_inputs.py.
References run_inputs.TestFile.infile, and run_inputs.main().
Referenced by run_inputs.TestFile.run().
run_inputs.TestFile.run | ( | self | ) |
Runs all of the input file tests
Definition at line 124 of file build/bin/run_inputs.py.
References run_inputs.TestFile.get_output(), run_inputs.TestFile.no_errors(), run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.TestFile.run | ( | self | ) |
Runs all of the input file tests
Definition at line 124 of file tests/run_inputs.py.
References run_inputs.TestFile.get_output(), run_inputs.TestFile.no_errors(), run_inputs.Summary.passed, and run_inputs.TestFile.passed.
run_inputs.TestFile.cyclus_path |
Definition at line 120 of file build/bin/run_inputs.py.
Referenced by run_inputs.TestFile.__init__(), and run_inputs.TestFile.get_output().
run_inputs.TestFile.flag |
Definition at line 122 of file build/bin/run_inputs.py.
Referenced by run_inputs.TestFile.__init__(), and run_inputs.TestFile.get_output().
run_inputs.TestFile.infile |
Definition at line 119 of file build/bin/run_inputs.py.
Referenced by run_inputs.TestFile.__init__(), run_inputs.TestFile.get_output(), and run_inputs.TestFile.no_errors().
run_inputs.TestFile.passed |
Definition at line 121 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().