Home
last modified time | relevance | path

Searched refs:is_not_base_class (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-nose2/nose2-0.10.0/nose2/
H A Dutil.py246 def is_not_base_class(c): function
251 'setUpClass' in c.__dict__ for c in test.__class__.__mro__ if is_not_base_class(c))
253 'tearDownClass' in c.__dict__ for c in test.__class__.__mro__ if is_not_base_class(c))