From 6e696108d45e07582c32cf8d85f6ec3a5e88c2cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 4 Jun 2016 12:26:58 +0200 Subject: Flake8 --- archaeological_files_pdl/tests.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 archaeological_files_pdl/tests.py (limited to 'archaeological_files_pdl') diff --git a/archaeological_files_pdl/tests.py b/archaeological_files_pdl/tests.py deleted file mode 100644 index 501deb776..000000000 --- a/archaeological_files_pdl/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) -- cgit v1.2.3