Example #1
0
 def test_getMarkerInterfaces(self):
     ints = Introspector(Content())
     expected = [M1, M2, M3]
     expected.sort()
     self.assertEqual(ints.getMarkerInterfaces(), tuple(expected))