This PR adds some basic integration-ish tests for some of the existing export.Exporter classes. In order to add tests for EResourcesToSolr, I had to add some sierra-db-test fixtures for e-resource records. Also added quite a few fixtures that the exporter tests rely on to function.
The tests are basic in the sense that they test to make sure that each export process will actually load records into Solr and (if applicable) delete records from Solr. That's pretty much it.
This PR adds some basic integration-ish tests for some of the existing
export.Exporter
classes. In order to add tests forEResourcesToSolr
, I had to add somesierra-db-test
fixtures for e-resource records. Also added quite a few fixtures that the exporter tests rely on to function.The tests are basic in the sense that they test to make sure that each export process will actually load records into Solr and (if applicable) delete records from Solr. That's pretty much it.