Home | History | Annotate | Download | only in test

Lines Matching refs:Mixin

2164 def create_test_cases(Mixin, type):
2174 class Temp(base, unittest.TestCase, Mixin):
2178 Temp.__module__ = Mixin.__module__