コード例 #1
0
ファイル: tests.py プロジェクト: srinivas-adivi/applications
    def test_car(self):
        """Test the Car model."""
        car = Car()
        car.make = 'Make'
        car.model = 'Model'
        car.year = 1999

        car.save()