pongr / spracebook

Async Scala SDK for the Facebook Graph API, built on spray-client and spray-json.
27 stars 7 forks source link

Integration Tests #4

Open zcox opened 11 years ago

zcox commented 11 years ago

The current unit testing strategy is to capture a real Facebook http response body in a text file, and then run that through spray-json to make sure it parses correctly into our protocol.

While that's OK, it won't catch the inevitable changes Facebook constantly makes to the Graph API. Need integration tests that actually hit the live Graph API. Probably need a test Facebook app and test users for this purpose.