2011-09-22 21:09:00 +00:00
|
|
|
from django.test import TestCase
|
|
|
|
|
2011-10-13 18:04:12 +00:00
|
|
|
|
2011-09-22 21:09:00 +00:00
|
|
|
class NoModelTests(TestCase):
|
2013-02-26 12:19:18 +00:00
|
|
|
""" A placeholder test case. See empty.tests for more info. """
|
2011-09-22 21:09:00 +00:00
|
|
|
pass
|