repo.or.cz
/
Melange.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix user_self calling editGet with a wrong parameter
[Melange.git]
/
app
/
django
/
test
/
__init__.py
blob
554e72bad37d0ee5b10c8c5860252778aace2395
1
"""
2
Django Unit Test and Doctest framework.
3
"""
4
5
from
django
.
test
.
client
import
Client
6
from
django
.
test
.
testcases
import
TestCase