Ejemplo n.º 1
0
 def test_init(self):
     lti = LTI('initial', 'any')
     self.assertEquals(lti.request_type, 'initial')
     self.assertEquals(lti.role_type, 'any')