repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update for release.
[python/dscho.git]
/
Lib
/
bsddb
/
test
/
test_join.py
blob
ab75ba1966105dae86d951d5dbca893bf985a7e5
1
"""TestCases for using the DB.join and DBCursor.join_item methods.
2
"""
3
4
import
unittest
5
6
7
def
test_suite
():
8
suite
=
unittest
.
TestSuite
()
9
return
suite