Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30778: Skip test_bsddb3 on Windows XP (#2877) | Victor Stinner | 2017-07-26 | 1 | -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 Melotti | 2010-02-02 | 1 | -2/+1 |
| | |||||
* | #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | A few more test skips via import_module, and change import_module to | R. David Murray | 2009-03-31 | 1 | -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 that | R. David Murray | 2009-03-30 | 1 | -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 bsddb3 | Jesus Cea | 2008-05-27 | 1 | -5/+5 |
| | |||||
* | * Give the test_bsddb3 tests a unique temporary directory to run their | Gregory P. Smith | 2008-05-25 | 1 | -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. Smith | 2008-05-14 | 1 | -10/+7 |
| | |||||
* | Create a db_home directory with a unique name so multiple users can | Neal Norwitz | 2008-02-24 | 1 | -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 Norwitz | 2008-01-27 | 1 | -0/+26 |
| | |||||
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵ | Collin Winter | 2007-04-25 | 1 | -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= is | Gregory P. Smith | 2006-06-05 | 1 | -0/+1 |
| | | | | supplied [SF pybsddb bug #1477863] | ||||
* | * add support for DBSequence objects [patch #1466734] | Gregory P. Smith | 2006-06-05 | 1 | -0/+1 |
| | |||||
* | Remove generated test db files | Neal Norwitz | 2006-01-25 | 1 | -2/+3 |
| | |||||
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 1 | -0/+6 |
| | | | | Will backport. | ||||
* | Add some missing tests. Should now test everything that pybsddb's | Barry Warsaw | 2002-12-30 | 1 | -24/+32 |
| | | | | test suite tests. | ||||
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -1/+0 |
| | |||||
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 1 | -0/+60 |