CYCAMORE
Public Member Functions | Public Attributes | List of all members
run_inputs.Summary Class Reference

Public Member Functions

def __init__ (self)
 
def __init__ (self)
 
def add_to_summary (self, test_file)
 
def add_to_summary (self, test_file)
 
def print_summary (self)
 
def print_summary (self)
 

Public Attributes

 failed
 
 passed
 

Detailed Description

An object to hold the results of all the tests

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

def run_inputs.Summary.__init__ (   self)

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

Referenced by run_inputs.Summary.__init__().

◆ __init__() [2/2]

def run_inputs.Summary.__init__ (   self)

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

References run_inputs.Summary.__init__(), run_inputs.Summary.failed, and run_inputs.Summary.passed.

Here is the call graph for this function:

Member Function Documentation

◆ add_to_summary() [1/2]

def run_inputs.Summary.add_to_summary (   self,
  test_file 
)
Adds a test file to this summary object

Definition at line 101 of file _tmp_build/bin/run_inputs.py.

References run_inputs.Summary.failed, and run_inputs.Summary.passed.

Referenced by run_inputs.Summary.add_to_summary().

◆ add_to_summary() [2/2]

def 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.add_to_summary(), run_inputs.Summary.failed, and run_inputs.Summary.passed.

Here is the call graph for this function:

◆ print_summary() [1/2]

def 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.Summary.print_summary().

Here is the call graph for this function:

◆ print_summary() [2/2]

def run_inputs.Summary.print_summary (   self)
Prints the summary

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

References run_inputs.Summary.failed, and run_inputs.Summary.passed.

Referenced by run_inputs.Summary.print_summary().

Member Data Documentation

◆ failed

run_inputs.Summary.failed

◆ passed

run_inputs.Summary.passed

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