def testDataGoneAfterBeingCleared(self): clearData() self.assertEquals(FoodTruck.objects.all().count(), 0)