def tearDown(self): super(NetworkBandwidthTestCase, self).tearDown() BrowserMobProxyTestCaseMixin.tearDown(self) self.proxy = None
def setUp(self): super(NetworkBandwidthTestCase, self).setUp() BrowserMobProxyTestCaseMixin.setUp(self) self.proxy = self.create_browsermob_proxy()
def __init__(self, *args, **kwargs): super(NetworkBandwidthTestCase, self).__init__(*args, **kwargs) BrowserMobProxyTestCaseMixin.__init__(self, *args, **kwargs) self.proxy = None