Tag: lti

Ideally when making automated tests, you don't have to mock anything. You just test exactly what would be executed in production. Some scenarios make that a challenge, though. What if you're testing a view that relies on an external authentication service, like an LTI server?

This post describes some challenges and guidelines to be aware of when integrating a Django application with Canvas.