summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2011-10-26 21:03:18 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2011-10-26 21:03:18 +0000
commit4cfb7632e0843edb19b38896a77b6e1e43711d77 (patch)
tree86a5d1023ab53c4209e1d3453daa1adde9e91aa6 /django
parent4819797f70ce718276466962418ba5ecc80d0fba (diff)
Removed remains from times when tests could be run outside of runtests.py.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django')
-rw-r--r--django/contrib/markup/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/contrib/markup/tests.py b/django/contrib/markup/tests.py
index 03a653c77a..2eb64d5a9f 100644
--- a/django/contrib/markup/tests.py
+++ b/django/contrib/markup/tests.py
@@ -83,7 +83,3 @@ Paragraph 2 with a link_
t = Template("{% load markup %}{{ rest_content|restructuredtext }}")
rendered = t.render(Context({'rest_content':self.rest_content})).strip()
self.assertEqual(rendered, self.rest_content)
-
-
-if __name__ == '__main__':
- unittest.main()