From e381609b9e4cfb18a0eec3796a964049acabdad7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 5 Sep 2014 13:39:43 +0200 Subject: [PATCH] remove tests, not used --- pandora/annotation/tests.py | 24 ------------------------ pandora/app/tests.py | 24 ------------------------ pandora/archive/tests.py | 24 ------------------------ pandora/changelog/tests.py | 16 ---------------- pandora/clip/tests.py | 16 ---------------- pandora/edit/tests.py | 23 ----------------------- pandora/event/tests.py | 24 ------------------------ pandora/item/tests.py | 24 ------------------------ pandora/itemlist/tests.py | 24 ------------------------ pandora/person/tests.py | 24 ------------------------ pandora/place/tests.py | 24 ------------------------ pandora/urlalias/tests.py | 23 ----------------------- pandora/user/tests.py | 23 ----------------------- 13 files changed, 293 deletions(-) delete mode 100644 pandora/annotation/tests.py delete mode 100644 pandora/app/tests.py delete mode 100644 pandora/archive/tests.py delete mode 100644 pandora/changelog/tests.py delete mode 100644 pandora/clip/tests.py delete mode 100644 pandora/edit/tests.py delete mode 100644 pandora/event/tests.py delete mode 100644 pandora/item/tests.py delete mode 100644 pandora/itemlist/tests.py delete mode 100644 pandora/person/tests.py delete mode 100644 pandora/place/tests.py delete mode 100644 pandora/urlalias/tests.py delete mode 100644 pandora/user/tests.py diff --git a/pandora/annotation/tests.py b/pandora/annotation/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/annotation/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/app/tests.py b/pandora/app/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/app/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/archive/tests.py b/pandora/archive/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/archive/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/changelog/tests.py b/pandora/changelog/tests.py deleted file mode 100644 index 501deb77..00000000 --- a/pandora/changelog/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) diff --git a/pandora/clip/tests.py b/pandora/clip/tests.py deleted file mode 100644 index 501deb77..00000000 --- a/pandora/clip/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) diff --git a/pandora/edit/tests.py b/pandora/edit/tests.py deleted file mode 100644 index 2247054b..00000000 --- a/pandora/edit/tests.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - -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 -"""} - diff --git a/pandora/event/tests.py b/pandora/event/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/event/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/item/tests.py b/pandora/item/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/item/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/itemlist/tests.py b/pandora/itemlist/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/itemlist/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/person/tests.py b/pandora/person/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/person/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/place/tests.py b/pandora/place/tests.py deleted file mode 100644 index 927cadf0..00000000 --- a/pandora/place/tests.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - - -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 -"""} diff --git a/pandora/urlalias/tests.py b/pandora/urlalias/tests.py deleted file mode 100644 index 2247054b..00000000 --- a/pandora/urlalias/tests.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - -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 -"""} - diff --git a/pandora/user/tests.py b/pandora/user/tests.py deleted file mode 100644 index 2247054b..00000000 --- a/pandora/user/tests.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -This file demonstrates two different styles of tests (one doctest and one -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 - -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 -"""} -