SFULibrary / islandora_datastream_crud

Islandora Drush module for performing Create, Read, Update, and Delete operations on datastreams.
GNU General Public License v3.0
15 stars 15 forks source link

Add automated tests #36

Open mjordan opened 7 years ago

mjordan commented 7 years ago

Since Datastream CRUD writes to a repository, we should be using automated tests to make sure we aren't introducing any regression bugs.

The challenge will be to provide tests for all of the options available for these commands.

.travis.yml and installing the Islandora stack are already in place.

mjordan commented 7 years ago

Basic tests for pushing new datastreams added.

mjordan commented 7 years ago

Up next, tests for islandora_datastream_crud_push_datastreams: