Kaydet (Commit) 8ec306a3 authored tarafından Tim Graham's avatar Tim Graham

Moved contrib.webdesign tests out of contrib.

üst 7cf3a578
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import unittest
from django.template import Context, Template
from django.test import SimpleTestCase, modify_settings
class WebdesignTest(unittest.TestCase):
@modify_settings(INSTALLED_APPS={'append': 'django.contrib.webdesign'})
class WebdesignTest(SimpleTestCase):
def test_lorem_tag(self):
t = Template("{% load webdesign %}{% lorem 3 w %}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment