summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:13:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:13:35 +0200
commit695d6c0f403f6970047c19c804e39391b9763271 (patch)
tree2cba33588e42ec214b3d30b4825e36e7c4e47b40 /archaeological_files_pdl/tests.py
parent339df04ebd6047f1c41491db8c9e284afa43d2ad (diff)
parent49c9f8e285a9d75e08207ee697a81ac09c88a947 (diff)
downloadIshtar-695d6c0f403f6970047c19c804e39391b9763271.tar.bz2
Ishtar-695d6c0f403f6970047c19c804e39391b9763271.zip
Merge branch 'master-warehouse'
Diffstat (limited to 'archaeological_files_pdl/tests.py')
-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)