C++QED  v2 Milestone 10
a framework for simulating open quantum dynamics
VerifiedRunner Class Reference

Combines the functionality of Runner and Verifier to a single test. More...

+ Inheritance diagram for VerifiedRunner:
+ Collaboration diagram for VerifiedRunner:

Public Member Functions

def run (self)
 Run the test.
 
- Public Member Functions inherited from Runner
def run (self, clean=True, extra_opts=None, interpreter=None, args, kwargs)
 The method to run the test. More...
 
- Public Member Functions inherited from OutputManager
def __init__ (self, args, kwargs)
 Arguments are passed through to OptionsManager.
 
def runmodes (self, section=None)
 Return runmodes. More...
 
def output (self, runmode, section=None, statefile=False)
 The name of the output file for a given runmode. More...
 
def clean (self, runmode)
 Delete the trajectory file and state file for a given runmode. More...
 
- Public Member Functions inherited from OptionsManager
def __init__ (self, options, cp)
 
def get_option (self, name, default=None, required=False, section=None)
 Get configuration file keys in a safe way. More...
 
- Public Member Functions inherited from Verifier
def __init__ (self, args, kwargs)
 
def run (self)
 Run the test.
 

Additional Inherited Members

- Public Attributes inherited from OutputManager
 outputdir
 All output files end up here. More...
 
 expecteddir
 Where to look for pre-run simulations to compare test runs to. More...
 
- Public Attributes inherited from OptionsManager
 options
 optparse.Values: command line options
 
 cp
 ConfigParser: configuration file keys.
 
 test
 The name of the current test.
 

Detailed Description

Combines the functionality of Runner and Verifier to a single test.

Definition at line 417 of file testdriver.py.


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