mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due to a dependency on the old dateformat test.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
acfa9332de
commit
e18af06eed
2 changed files with 38 additions and 43 deletions
|
@ -24,10 +24,11 @@ except NameError:
|
|||
__test__ = {
|
||||
'timesince': timesince,
|
||||
'datastructures': datastructures,
|
||||
'dateformat': dateformat,
|
||||
'itercompat': itercompat,
|
||||
}
|
||||
|
||||
from dateformat import *
|
||||
|
||||
class TestUtilsHtml(TestCase):
|
||||
|
||||
def check_output(self, function, value, output=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue