asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

sheetchecker: test sheet #468

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
create a test sheet which acts as the unittest for the checker
   on this sheet, define a column named "expected error" and
   create one error per row.  Define /sheetchecker/check?test=true
   to handle such a sheet, ignoring "expected errors" but throwing
   other unexpected errors and throwing an error if the 'expected
   error doesn't happen'.

e.g. have expected error be a regexp which is matched against the
   (list of) error(s) produced, and ignore the first such match.
   If there's no match, then add an real error ("error: expected
   an error XXX but didn't get one")

Original issue reported on code.google.com by adam.sah on 29 Jun 2009 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by mt1...@gmail.com on 7 Jul 2009 at 10:12