ó
÷¢TQc           @   s0   d  Z  d d l m Z d e f d „  ƒ  YZ d S(   s°   
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.
iÿÿÿÿ(   t   TestCaset
   SimpleTestc           B   s   e  Z d  „  Z RS(   c         C   s   |  j  d d ƒ d S(   s3   
        Tests that 1 + 1 always equals 2.
        i   i   Ni   (   t   assertEqual(   t   self(    (    s7   ../Django//lib/python/django/conf/app_template/tests.pyt   test_basic_addition   s    (   t   __name__t
   __module__R   (    (    (    s7   ../Django//lib/python/django/conf/app_template/tests.pyR      s   N(   t   __doc__t   django.testR    R   (    (    (    s7   ../Django//lib/python/django/conf/app_template/tests.pyt   <module>   s   