parts/django/tests/regressiontests/initial_sql_regress/tests.py
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 20:25:05 +0530
changeset 319 70726699ca80
parent 307 c6bca38c1cbf
permissions -rw-r--r--
now the text area is displayed in a more elegant way

from django.test import TestCase

from models import Simple


class InitialSQLTests(TestCase):
    def test_initial_sql(self):
        self.assertEqual(Simple.objects.count(), 7)