| Run the system/functional tests. The system test list should be something like 
  ['N_state_model.test_stereochem_analysis'].  The first part is the 
  imported test case class, the second is the specific test. 
    Parameters:
        tests(list of str) - The list of system tests to preform.runner(Test runner instance (TextTestRunner, BaseGUITestRunner subclass,
          etc.)) - A test runner such as TextTestRunner.  For an example of how to 
          write a test runner see the python documentation for 
          TextTestRunner in the python source. |