aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo_ads/ads/tests.py')
-rw-r--r--gentoo_ads/ads/tests.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/gentoo_ads/ads/tests.py b/gentoo_ads/ads/tests.py
index 2247054..afa8959 100644
--- a/gentoo_ads/ads/tests.py
+++ b/gentoo_ads/ads/tests.py
@@ -5,19 +5,19 @@ unittest). These will both pass when you run "manage.py test".
Replace these with more appropriate tests for your application.
"""
-from django.test import TestCase
+##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)
+#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.
+#__test__ = {"doctest": """
+#Another way to test that 1 + 1 is equal to 2.
->>> 1 + 1 == 2
-True
-"""}
+#>>> 1 + 1 == 2
+#True
+#"""}