DEBSOURCES
Skip Quicknav
sources / python-django / 1.4.5-1%2Bdeb7u16 / tests / modeltests / empty / no_models / tests.py
123456
from django.test import TestCase class NoModelTests(TestCase): """ A placeholder test case. See modeltests.empty.tests for more info. """ pass