mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

A prepared test class for FacebookInvitations #81

Open gaqzi opened 11 years ago

gaqzi commented 11 years ago

Currently when testing that FacebookInvitations works there'll be calls to Facebook. There should be a test class to extend that mocks out all those calls from the get go.

Same goes for the FacebookInvitationFactory.