cpython/Lib/bsddb/test
Victor Stinner 0fc940a09a test_bsddb3 tolerates smaller timeout on Windows (#2840)
bpo-30850: On Windows, test04_lock_timeout2() now tolerates 50 ms
whereas 100 ms is expected. The lock sometimes times out after only
58 ms. Windows clocks have a bad resolution and bad accuracy.
2017-07-24 13:01:59 +02:00
..
__init__.py
test_all.py Issue #27171: Fix typos in documentation, code comments, and tests 2016-06-02 10:35:44 +00:00
test_associate.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_basics.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_compare.py
test_compat.py
test_cursor_pget_bug.py
test_db.py
test_dbenv.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_dbobj.py
test_dbshelve.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_dbtables.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_distributed_transactions.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_early_close.py
test_fileid.py
test_get_none.py Issue #22943: bsddb tests are locale independend now. 2014-12-01 10:34:23 +02:00
test_join.py
test_lock.py test_bsddb3 tolerates smaller timeout on Windows (#2840) 2017-07-24 13:01:59 +02:00
test_misc.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_pickle.py
test_queue.py Issue #22943: bsddb tests are locale independend now. 2014-12-01 10:34:23 +02:00
test_recno.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_replication.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_sequence.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00
test_thread.py bpo-30850: Use specialized assert methods in bsddb tests. (#2584) 2017-07-05 14:09:36 +02:00