lyrasis / aspace-client-tasks

Collection of thor tasks for processing data and interacting with the ASpace API
3 stars 1 forks source link

add unit tests for core code in common #32

Open eightBitter opened 2 years ago

eightBitter commented 2 years ago

It doesn't make sense to write tests for commands that simply send or receive data (get/post). Commands that reshape data (ex. make_index) are good candidates for tests.