summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-04 12:26:58 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-04 12:26:58 +0200
commit794c8c0f60d586d030d3da3c79bb80d4cae0e618 (patch)
treeb62b919074224c5957b201a2b3bfb8615a82f904 /archaeological_files_pdl
parent3c556465e98d0e1d813c69e0f0c141f7cdbd6de4 (diff)
downloadIshtar-794c8c0f60d586d030d3da3c79bb80d4cae0e618.tar.bz2
Ishtar-794c8c0f60d586d030d3da3c79bb80d4cae0e618.zip
Flake8
Diffstat (limited to 'archaeological_files_pdl')
-rw-r--r--archaeological_files_pdl/tests.py16
1 files changed, 0 insertions, 16 deletions
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)