From f3f816eb429edc7b39286e0dc212d1a506bb9b64 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 22 Aug 2012 15:03:27 +0200 Subject: [PATCH] cleanup again --- telecaster/tests.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 telecaster/tests.py diff --git a/telecaster/tests.py b/telecaster/tests.py deleted file mode 100644 index 2247054..0000000 --- a/telecaster/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 -"""} - -- 2.39.5