X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=localauth%2Ftests.py;fp=localauth%2Ftests.py;h=501deb776c16733b19f3509d86e125df78958261;hb=9aaa93c312d44392cf87cde8eeef4e665dbed45e;hp=0000000000000000000000000000000000000000;hpb=a0c72993eaaeaf4b3853bf8060fe6671438f5fb3;p=myslice.git diff --git a/localauth/tests.py b/localauth/tests.py new file mode 100644 index 00000000..501deb77 --- /dev/null +++ b/localauth/tests.py @@ -0,0 +1,16 @@ +""" +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)