Example #1
0
 def test_typevars(self):  # pylint: disable=R0201
     for symbol in string.ascii_uppercase:  # pylint: disable=W0402
         assert_subclass(getattr(sagitta.typevar, symbol), TypeVariable)
Example #2
0
 def test_categories(self, sub, cat):
     assert_subclass(sub, cat)