Example #1
0
    def setUp(self):
        super(TestCSRF, self).setUp()

        self.csrf_plugin = csrf()
        self.uri_opener = ExtendedUrllib()
        self.csrf_plugin.set_url_opener(self.uri_opener)
Example #2
0
 def setUp(self):
     super(TestCSRF, self).setUp()
     
     self.csrf_plugin = csrf()
     self.uri_opener = ExtendedUrllib()
     self.csrf_plugin.set_url_opener(self.uri_opener)
Example #3
0
 def setUp(self):
     super(TestLowLevelCSRF, self).setUp()
     self.csrf_plugin = csrf()
Example #4
0
 def setUp(self):
     super(TestLowLevelCSRF, self).setUp()
     self.csrf_plugin = csrf()