X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forge%2Ftests.py;fp=forge%2Ftests.py;h=0000000000000000000000000000000000000000;hb=fcbf96d0fd7ee178e58385a5db6a6d3a73252924;hp=501deb776c16733b19f3509d86e125df78958261;hpb=1cf51eaae7a6b154305847af2edbe55cbdfaa062;p=myslice.git diff --git a/forge/tests.py b/forge/tests.py deleted file mode 100644 index 501deb77..00000000 --- a/forge/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)