summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:41:30 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:41:30 +0200
commitccc3cbc4792147787528b7df04936c4692cad211 (patch)
treee4f706413a6414d420f3e0a231af530059250a9a /archaeological_files_pdl/tests.py
parent5927f36b12d66def45d49d63cfb8721f607997b6 (diff)
parentb15954752029dd66485a85d1b2b7aaf89ca4fec6 (diff)
downloadIshtar-ccc3cbc4792147787528b7df04936c4692cad211.tar.bz2
Ishtar-ccc3cbc4792147787528b7df04936c4692cad211.zip
Merge branch 'v0.9' into wheezy
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)