# HG changeset patch # User ross lazarus ross.lazarus@gmail.com # Date 1338898531 -36000 # Node ID 3f58115c6c5b4e4413a93077c771b55ea27f3dd9 # Parent a87a262220a4c2feab716150c3a0b73cb57e0b3f Getting ready to implement the test generator. Brainfuck is easier. diff -r a87a262220a4 -r 3f58115c6c5b rgToolFactory.py --- a/rgToolFactory.py Tue Jun 05 21:54:58 2012 +1000 +++ b/rgToolFactory.py Tue Jun 05 22:15:31 2012 +1000 @@ -115,7 +115,9 @@ a(opts.output_tab) self.outFormats = 'tabular' # TODO make this an option at tool generation time self.inputFormats = 'tabular' # TODO make this an option at tool generation time - + self.test1Input = 'test1_input.xls' + self.test1Output = 'test1_output.xls' + self.test1HTML = 'test1_output.html' def makeXML(self): """