CYCAMORE
Loading...
Searching...
No Matches
run_inputs.Summary Class Reference

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 = []
 

Detailed Description

An object to hold the results of all the tests

Definition at line 95 of file build/bin/run_inputs.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

run_inputs.Summary.__init__ ( self)

Definition at line 97 of file build/bin/run_inputs.py.

◆ __init__() [2/2]

run_inputs.Summary.__init__ ( self)

Definition at line 97 of file tests/run_inputs.py.

References failed, and passed.

Member Function Documentation

◆ add_to_summary() [1/2]

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 failed, and passed.

◆ add_to_summary() [2/2]

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 failed, and passed.

◆ print_summary() [1/2]

run_inputs.Summary.print_summary ( self)
Prints the summary

Definition at line 108 of file build/bin/run_inputs.py.

References failed, and passed.

◆ print_summary() [2/2]

run_inputs.Summary.print_summary ( self)
Prints the summary

Definition at line 108 of file tests/run_inputs.py.

References failed, and passed.

Member Data Documentation

◆ failed

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().

◆ passed

list run_inputs.Summary.passed = []

The documentation for this class was generated from the following files: