mirror of
https://github.com/python/cpython.git
synced 2025-12-21 16:11:52 +00:00
12 lines
215 B
Python
12 lines
215 B
Python
"""
|
|
TestCases for using the DB.join and DBCursor.join_item methods.
|
|
"""
|
|
|
|
import sys, os, string
|
|
import tempfile
|
|
from pprint import pprint
|
|
import unittest
|
|
|
|
from bsddb import db
|
|
|
|
from test.test_support import verbose
|