mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Update test_templatetags.py
This commit is contained in:
parent
c7ba30825a
commit
a03c85225f
|
@ -290,9 +290,6 @@ class URLizerTests(TestCase):
|
|||
For all items in dict test assert that the value is urlized key
|
||||
"""
|
||||
for original, urlized in data.items():
|
||||
print('====')
|
||||
print(repr(urlize(original, nofollow=False)))
|
||||
print(repr(urlized))
|
||||
assert urlize(original, nofollow=False) == urlized
|
||||
|
||||
def test_json_with_url(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user