mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +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
|