Beispiel #1
0
 def tearDown(self, *args, **kwargs):
     super(SessionUtilsTestCase, self).tearDown(*args, **kwargs)
     User.remove()
     Session.remove()
Beispiel #2
0
 def tearDown(self, *args, **kwargs):
     super(SessionUtilsTestCase, self).tearDown(*args, **kwargs)
     User.remove()
     Session.remove()
 def tearDown(self, app):
     super(TestUsersCreate, self).tearDown()
     app.reset()  # clears cookies
     OSFUser.remove()
 def tearDown(self, app):
     super(TestUsersCreate, self).tearDown()
     app.reset()  # clears cookies
     OSFUser.remove()
Beispiel #5
0
 def tearDown(self):
     super(CitationsNodeTestCase, self).tearDown()
     OSFUser.remove()
     OSFUser.remove()
Beispiel #6
0
 def tearDown(self):
     super(CitationsNodeTestCase, self).tearDown()
     Node.remove()
     User.remove()
Beispiel #7
0
 def tearDown(self):
     super(TestUsersCreate, self).tearDown()
     self.app.reset()  # clears cookies
     User.remove()