public
Description: Paster templates for creating Django projects and
Homepage: http://www.fezconsulting.com
Clone URL: git://github.com/danfairs/fez.djangoskel.git
100644 11 lines (8 sloc) 0.215 kb
1
2
3
4
5
6
7
8
9
10
11
from django.test import TestCase
 
class AppTestCase(TestCase):
    """
    Populate this class with unit tests for your application
    """
    
    urls = '${project}.test_urls'
    
    def testApp():
        pass