X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/2091c553fa36abdb665ee40d891af58dde29ea7c..8644005c3215dde11f2cfad549986bc8db568dd2:/migdal/tests.py diff --git a/migdal/tests.py b/migdal/tests.py deleted file mode 100644 index b967c44..0000000 --- a/migdal/tests.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- -""" -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)