Various Django cleanup

This commit is contained in:
Michael DeHaan
2013-02-28 19:52:14 -05:00
parent d444bd0873
commit 1853d32020
5 changed files with 33 additions and 12 deletions

View File

@@ -9,15 +9,6 @@ from django.test import TestCase
class SimpleTest(TestCase):
def test_basic_addition(self):
"""
Tests that 1 + 1 always equals 2.
"""
self.failUnlessEqual(1 + 1, 2)
__test__ = {"doctest": """
Another way to test that 1 + 1 is equal to 2.
>>> 1 + 1 == 2
True
"""}

Binary file not shown.