diff options
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 |
commit | 6e696108d45e07582c32cf8d85f6ec3a5e88c2cb (patch) | |
tree | b62b919074224c5957b201a2b3bfb8615a82f904 /archaeological_files_pdl/tests.py | |
parent | 61aceddbeff6ffeb1dd58a3adce072dcc7a079a5 (diff) | |
download | Ishtar-6e696108d45e07582c32cf8d85f6ec3a5e88c2cb.tar.bz2 Ishtar-6e696108d45e07582c32cf8d85f6ec3a5e88c2cb.zip |
Flake8
Diffstat (limited to 'archaeological_files_pdl/tests.py')
-rw-r--r-- | archaeological_files_pdl/tests.py | 16 |
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) |