def test_bad_input_file(self): iotools.gridextToShapefile('junk__', self.outputfile, self.template, river=self.river)
def test_bad_template_file(self): iotools.gridextToShapefile(self.gridextfile, self.outputfile, '/junkie/mcjunk.shp', river=self.river)
def test_basic(self): iotools.gridextToShapefile(self.gridextfile, self.outputfile, self.template, river=self.river) testing.compareShapefiles(self.outputfile, self.baselinefile)