diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-11 12:29:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-11 12:30:07 -0500 |
| commit | 8ec306a3a90aa2ec0baa4c9d8df68f0d49947a2c (patch) | |
| tree | 7a0f0de2bc4ec62da870b20a0efe7c6169012e4d /django | |
| parent | 7cf3a5786bc76374e743fbc0c1a1c8470a61f6c0 (diff) | |
Moved contrib.webdesign tests out of contrib.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/webdesign/tests.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/django/contrib/webdesign/tests.py b/django/contrib/webdesign/tests.py deleted file mode 100644 index fea378807f..0000000000 --- a/django/contrib/webdesign/tests.py +++ /dev/null @@ -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') |
