Django

Code

root/django/branches/newforms-admin/django/test/__init__.py

Revision 4750, 130 bytes (checked in by adrian, 2 years ago)

newforms-admin: Merged to [4749]

  • 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.