Sign in
chromium
/
external
/
googleappengine
/
python
/
master
/
.
/
lib
/
django-1.4
/
tests
/
modeltests
/
empty
/
no_models
/
tests.py
blob: 6292ca9f74a9945321cc6abb73e939c89fa3873a [
file
] [
log
] [
blame
]
from
django
.
test
import
TestCase
class
NoModelTests
(
TestCase
):
""" A placeholder test case. See modeltests.empty.tests for more info. """
pass