def setUp(self): super(SeleniumTest, self).setUp() # Clear the in-memory key value store, the usage store, and whatever # else needs to be cleared and re-initialized. reset_global_state()
def setUp(self): super(ScenarioTest, self).setUp() reset_global_state()