예제 #1
0
파일: test_couch.py 프로젝트: rdoh/soledad
 def tearDown(self):
     self.db.delete_database()
     self.db.close()
     CouchDBTestCase.tearDown(self)
예제 #2
0
파일: test_couch.py 프로젝트: rdoh/soledad
 def tearDown(self):
     self.db.delete_database()
     self.db.close()
     CouchDBTestCase.tearDown(self)