From 824d77da89020743c27061d5c7ccaf4b4609072d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Oct 2013 19:41:05 +0200 Subject: [PATCH] remove example test module, see main/_tests/ for some real tests --- nsupdate/api/tests.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nsupdate/api/tests.py diff --git a/nsupdate/api/tests.py b/nsupdate/api/tests.py deleted file mode 100644 index 501deb7..0000000 --- a/nsupdate/api/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)