Example #1
0
    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()
Example #2
0
    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()
Example #3
0
 def setUp(self):
     super(ScenarioTest, self).setUp()
     reset_global_state()
Example #4
0
 def setUp(self):
     super(ScenarioTest, self).setUp()
     reset_global_state()