Ejemplo n.º 1
0
    def test_consumers(self):
        lti = LTI('any', 'any')

        with self.settings(PYLTI_CONFIG={'consumers': CONSUMERS}):
            self.assertEquals(lti._consumers(), CONSUMERS)
Ejemplo n.º 2
0
    def test_consumers(self):
        lti = LTI('any', 'any')

        with self.settings(PYLTI_CONFIG={'consumers': CONSUMERS}):
            self.assertEquals(lti._consumers(), CONSUMERS)