예제 #1
0
	def testDataGoneAfterBeingCleared(self):
		clearData()
		self.assertEquals(FoodTruck.objects.all().count(), 0)