Skip to content

Commit cb14a7e

Browse files
committed
Enable the templatetag doctests. The cause of the (cryptic) failures after [787] is fixed with [789].
- Legacy-Id: 790 Note: SVN reference [787] has been migrated to Git commit d6f2896 Note: SVN reference [789] has been migrated to Git commit 8c6de10
1 parent 8c6de10 commit cb14a7e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ietf/idtracker/models.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ def testDoctest(self):
912912
# doctests in models.py will be automatically tested when running
913913
# django's 'test' command, but for other modules we need to make a
914914
# bit of extra effort to have doctests run.
915-
#import doctest
916-
#import templatetags.ietf_filters
917-
#doctest.testmod(templatetags.ietf_filters)
918-
pass
915+
import doctest
916+
import templatetags.ietf_filters
917+
doctest.testmod(templatetags.ietf_filters)

0 commit comments

Comments
 (0)