From 56e8b4fbf924980d03316a2b35eb023e360348c5 Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Mon, 22 Oct 2018 15:22:13 -0500 Subject: [PATCH] Remove useless ligoauth tests --- gracedb/ligoauth/tests.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gracedb/ligoauth/tests.py diff --git a/gracedb/ligoauth/tests.py b/gracedb/ligoauth/tests.py deleted file mode 100644 index 501deb776..000000000 --- a/gracedb/ligoauth/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) -- GitLab