Fixed #23958 -- Rewrote filter tests as unit tests.

This commit is contained in:
Preston Timmons 2014-12-03 20:21:11 -06:00 committed by Tim Graham
parent 34a06d99e0
commit 5c68870169
89 changed files with 1682 additions and 543 deletions

View file

@ -3,7 +3,7 @@ from datetime import datetime
from django.test import SimpleTestCase
from django.utils.formats import date_format
from .utils import render, setup
from ..utils import render, setup
class NowTagTests(SimpleTestCase):