Django

Code

root/django/trunk/django/test/__init__.py

Revision 4659, 130 bytes (checked in by russellm, 2 years ago)

Fixes #2333 -- Added test fixtures framework.

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