Skip to content

Commit a03c852

Browse files
authored
Update test_templatetags.py
1 parent c7ba308 commit a03c852

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_templatetags.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ def _urlize_dict_check(self, data):
290290
For all items in dict test assert that the value is urlized key
291291
"""
292292
for original, urlized in data.items():
293-
print('====')
294-
print(repr(urlize(original, nofollow=False)))
295-
print(repr(urlized))
296293
assert urlize(original, nofollow=False) == urlized
297294

298295
def test_json_with_url(self):

0 commit comments

Comments
 (0)