diff --git a/tests/runtests.py b/tests/runtests.py index 9e45bd7767..ab3ca6d5c6 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import os, sys, time, traceback +import os, re, sys, time, traceback # doctest is included in the same package as this module, because this testing # framework uses features only available in the Python 2.4 version of doctest, @@ -43,14 +43,18 @@ class DjangoDoctestRunner(doctest.DocTestRunner): log_error(test.name, "API test raised an exception", "Code: %r\nLine: %s\nException: %s" % (example.source.strip(), example.lineno, tb)) +normalize_long_ints = lambda s: re.sub(r'(?