Django

Code

root/django/branches/gis/django/test/__init__.py

Revision 4669, 130 bytes (checked in by jdunck, 2 years ago)

gis: Merged revisions 4564-4668 via svnmerge from
http://code.djangoproject.com/svn/django/trunk

  • Property svn:eol-style set to native
Line 
1 """
2 Django Unit Test and Doctest framework.
3 """
4
5 from django.test.client import Client
6 from django.test.testcases import TestCase
Note: See TracBrowser for help on using the browser.