~mice-lcr/maus/end-of-emr-run

« back to all changes in this revision

Viewing changes to tests/py_unit/test_core_go.py

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
        outputer = OutputPyJSON(open(self.tmp_file, 'w'))
216
216
        for map_red_type in ['multi_process']:
217
217
            config = StringIO(u"""type_of_dataflow="%s" """ % map_red_type)
218
 
 
219
218
            with self.assertRaises(Exception):
220
219
                Go(inputer, transformer, merger, outputer, config, \
221
220
                       command_line_args = False)