You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: