Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 3
0
 def setUp(self):
     super(ScenarioTest, self).setUp()
     reset_global_state()
Exemplo n.º 4
0
 def setUp(self):
     super(ScenarioTest, self).setUp()
     reset_global_state()