예제 #1
0
 def tearDown(self):
     client_context.drop_user('pymongo_test', 'user')
     client_context.drop_user('admin', 'admin')
예제 #2
0
 def tearDown(self):
     client_context.drop_user('pymongo_test', 'user')
     super(TestSCRAMSHA1, self).tearDown()
예제 #3
0
 def tearDown(self):
     client_context.drop_user('pymongo_test', 'user')
     client_context.drop_user('admin', 'admin')
     super(TestAuthURIOptions, self).tearDown()
예제 #4
0
 def tearDown(self):
     client_context.drop_user('pymongo_test', 'user')
     client_context.drop_user('admin', 'admin')