thatandromeda / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
0 stars 0 forks source link

Better unit test isolation #44

Open thatandromeda opened 9 years ago

thatandromeda commented 9 years ago

We have lots of tests that pull data from Freebase. See if these really want to be two separate tests:

  1. checking that the views/functions work if they get correct data from Freebase, mocking out the API call;
  2. checking to see if Freebase is still working (particularly critical since it'll be retired in June 2015).