def __init__(self, *p, **kw): kw.setdefault('output', 'test-reports') xmlrunner.XMLTestRunner.__init__(self, *p, **kw)