mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.8.x] Moved contrib.webdesign tests out of contrib.
Backport of 8ec306a3a9 from master
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import unittest
|
||||
|
||||
from django.template import Context, Template
|
||||
|
||||
|
||||
class WebdesignTest(unittest.TestCase):
|
||||
|
||||
def test_lorem_tag(self):
|
||||
t = Template("{% load webdesign %}{% lorem 3 w %}")
|
||||
self.assertEqual(t.render(Context({})),
|
||||
'lorem ipsum dolor')
|
||||
Reference in New Issue
Block a user