summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb3.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30778: Skip test_bsddb3 on Windows XP (#2877)Victor Stinner2017-07-261-0/+4
| | | | | | * bpo-30778: Skip test_bsddb3 on Windows XP * Fix if, don't skip Windows Vista
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-2/+1
|
* #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.Ezio Melotti2010-02-021-0/+2
|
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-2/+2
| | | | | | | return the error message produced by importlib, so that if an import in the package whose import is being wrapped is what failed the skip message will contain the name of that module instead of the name of the wrapped module. Also fixed formatting of some previous comments.
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+5
| | | | | should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
* Better integration between Python testing and bsddb3Jesus Cea2008-05-271-5/+5
|
* * Give the test_bsddb3 tests a unique temporary directory to run theirGregory P. Smith2008-05-251-52/+20
| | | | | | | | stuff in and clean it up afterwards regardless of the result. * Get rid of duplicate list of test modules to run, they're maintained within test_all now. * Print the BerkeleyDB version to stderr when running test_bsddb3 to help buildbot problem diagnosis.
* Enable the updated Lib/bsddb/test suite to run.Gregory P. Smith2008-05-141-10/+7
|
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-1/+12
| | | | | | | | | | | | run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name.
* Print periodic "still working" messages since this suite is slow.Neal Norwitz2008-01-271-0/+26
|
* Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵Collin Winter2007-04-251-6/+4
| | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-051-0/+1
| | | | supplied [SF pybsddb bug #1477863]
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-051-0/+1
|
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
|
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-251-0/+6
| | | | Will backport.
* Add some missing tests. Should now test everything that pybsddb'sBarry Warsaw2002-12-301-24/+32
| | | | test suite tests.
* Whitespace normalization.Tim Peters2002-11-241-1/+0
|
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+60