summaryrefslogtreecommitdiff
path: root/allotter/tests.py
diff options
context:
space:
mode:
authorPrimal Pappachan2012-03-27 14:56:23 +0530
committerPrimal Pappachan2012-03-27 14:56:23 +0530
commit2a0e009c856b0ad8a28b613fcfde8f6cd92dca02 (patch)
tree2049a4187697b989382e3af2b65125b13a102222 /allotter/tests.py
parent8eba4c72a81176ba160e3e93e214acf28b9f376f (diff)
downloadaloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.tar.gz
aloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.tar.bz2
aloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.zip
Added buildout files
Diffstat (limited to 'allotter/tests.py')
-rw-r--r--allotter/tests.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/allotter/tests.py b/allotter/tests.py
deleted file mode 100644
index 501deb7..0000000
--- a/allotter/tests.py
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-This file demonstrates writing tests using the unittest module. These will pass
-when you run "manage.py test".
-
-Replace this with more appropriate tests for your application.
-"""
-
-from django.test import TestCase
-
-
-class SimpleTest(TestCase):
- def test_basic_addition(self):
- """
- Tests that 1 + 1 always equals 2.
- """
- self.assertEqual(1 + 1, 2)