Fix user_self calling editGet with a wrong parameter
[Melange.git] / app / django / test / __init__.py
blob554e72bad37d0ee5b10c8c5860252778aace2395
1 """
2 Django Unit Test and Doctest framework.
3 """
5 from django.test.client import Client
6 from django.test.testcases import TestCase