On 11/15/2016 11:16 AM, Burton, Ross wrote: > > On 15 November 2016 at 16:24, > wrote: > > +class TestPackagesFilterOutSystem(oeSelfTest): > > > As the tests don't need anything special that oeSelfTest provides, can > they remain as testcase.TestCase instances? There's a lot of > complication from oeSelfTest that isn't required. > In order to the test cases be recognized and executed as part of the suite they need to be in the same context of selftest hence be an instance of oeSelftest. > Ross