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