From 3d843cea1531c785e23b8d5d3678f0d6ac6cbdde Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 3 Mar 2016 15:57:35 +0100 Subject: [PATCH] Remove unused file --- django/archives/mailarchives/tests.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 django/archives/mailarchives/tests.py diff --git a/django/archives/mailarchives/tests.py b/django/archives/mailarchives/tests.py deleted file mode 100644 index 501deb7..0000000 --- a/django/archives/mailarchives/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) -- 2.39.5