summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/tests.py
blob: 5c4c0602e8f12647d50c124dd676e63d0e9e7dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"""
Tests for django.utils.
"""

from dateformat import *
from feedgenerator import *
from module_loading import *
from termcolors import *
from html import *
from http import *
from checksums import *
from text import *
from simplelazyobject import *
from decorators import *
from functional import *
from timesince import *
from datastructures import *
from tzinfo import *
from datetime_safe import *