Home | History | Annotate | Download | only in test

Lines Matching refs:mixin

176 def create_executor_tests(mixin, bases=(BaseTestCase,),
182 if name.endswith(('Mixin', 'Tests')):
191 % (strip_mixin(exe.__name__), strip_mixin(mixin.__name__)))
192 cls = type(name, (mixin,) + (exe,) + bases, {})