Beispiel #1
0
 def tearDown(self):
     database.drop_tables([PlaceBook, Place, User, State, City])
     database.close()
Beispiel #2
0
	def tearDown(self):
		database.drop_tables([City, State, Place, User, PlaceBook])
		database.close()
Beispiel #3
0
	def tearDown(self):
		database.drop_tables([User, State, City, Place, Review, ReviewUser, ReviewPlace])
		database.close()
Beispiel #4
0
	def tearDown(self):
		database.drop_tables([Amenity, PlaceAmenities, Place, State, User, City])
		database.close()
Beispiel #5
0
	def tearDown(self):
		database.drop_tables([State])
		database.close()
Beispiel #6
0
 def tearDown(self):
     database.drop_tables(
         [User, State, City, Place, Review, ReviewUser, ReviewPlace])
     database.close()
Beispiel #7
0
 def tearDown(self):
     database.drop_tables([City, State, Place, User, PlaceBook])
     database.close()
Beispiel #8
0
	def tearDown(self):
		database.drop_tables([User])
		database.close()
Beispiel #9
0
	def tearDown(self):
		database.drop_tables([PlaceBook, Place, User, State, City])
		database.close()
Beispiel #10
0
 def tearDown(self):
     database.drop_tables([User])
     database.close()