Hi, Instead of discovering tests by name matching is there any way to specify that all subclasses of X be collected? I realise this can be done by subclassing unittest.TestCase but that is a) pretty heavyweight and b) seems to break parameterised fixtures for me. Thanks, Dave