Skip to content

Commit 060f938

Browse files
committed
The comment in [790] was clearly wrong, the buildbot shows exceptions. [789] didn't solve the 'str object is not callable exception'. Removing the doctest invocation again.
- Legacy-Id: 792 Note: SVN reference [789] has been migrated to Git commit 8c6de10 Note: SVN reference [790] has been migrated to Git commit cb14a7e
1 parent f74392b commit 060f938

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/idtracker/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +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)
915+
#import doctest
916+
#import templatetags.ietf_filters
917+
#doctest.testmod(templatetags.ietf_filters)

0 commit comments

Comments
 (0)