def test_add_report(self): child = TimedResourceReport() self.report.add_report(child) self.assertIn(child, self.report.children)