mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Template for future tests.
This commit is contained in:
parent
9bdeee492a
commit
74859f3aa6
1 changed files with 4 additions and 7 deletions
|
@ -1,12 +1,9 @@
|
|||
"""
|
||||
TestCases for using the DB.join and DBCursor.join_item methods.
|
||||
"""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
|
||||
def test_suite():
|
||||
suite = unittest.TestSuite()
|
||||
return suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue