datatracker/ietf/idtracker/tests.py

12 lines
408 B
Python

#import doctest
#import templatetags.ietf_filters
from django.test import TestCase
class IDTrackerTest(TestCase):
def testDoctest(self):
# doctests in models.py will be automatically tested when running
# django's 'test' command, but for other modules we need to make a
# bit of extra effort to have doctests run.
#doctest.testmod(templatetags.ietf_filters)
pass