コード例 #1
0
ファイル: test_typevar.py プロジェクト: peterhil/sagitta
 def test_typevars(self):  # pylint: disable=R0201
     for symbol in string.ascii_uppercase:  # pylint: disable=W0402
         assert_subclass(getattr(sagitta.typevar, symbol), TypeVariable)
コード例 #2
0
ファイル: test_cat.py プロジェクト: peterhil/sagitta
 def test_categories(self, sub, cat):
     assert_subclass(sub, cat)