Beispiel #1
0
 def tearDown(self):
     User.drop_collection()
     Tweet.drop_collection()
     Comment.drop_collection()
     NotifyMessage.drop_collection()
Beispiel #2
0
 def tearDown(self):
     User.drop_collection()
     Follow.drop_collection()
Beispiel #3
0
 def tearDown(self):
     User.drop_collection()
     PrivateMessage.drop_collection()
Beispiel #4
0
 def tearDown(self):
     User.drop_collection()
     NotifyMessage.drop_collection()
 def tearDown(self):
     User.drop_collection()
     PrivateMessage.drop_collection()
 def tearDown(self):
     User.drop_collection()
     NotifyMessage.drop_collection()