happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 14 forks source link

Add shapefile integration test #231

Closed Noreaster76 closed 3 months ago

Noreaster76 commented 3 months ago

This integration test mimics the current call site for ShapeFileReaderFactory and gets us in a good place for swapping out the current implementation with a different one.

This PR also includes a bit of refactoring: it extracts an interface for NocralaShapeFileReaderFactory, again so that we can easily swap out Nocrala for some other implementation, which we will bring in via the package manager and remove the Nocrala code from the codebase.