Home | Trees | Indices | Help |
---|
|
1 """ 2 This file demonstrates two different styles of tests (one doctest and one 3 unittest). These will both pass when you run "manage.py test". 4 5 Replace these with more appropriate tests for your application. 6 """ 7 8 from django.test import TestCase 9 16 17 __test__ = {"doctest": """ 18 Another way to test that 1 + 1 is equal to 2. 19 20 >>> 1 + 1 == 2 21 True 22 """} 23
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:05 2012 | http://epydoc.sourceforge.net |