[Python-checkins] [python/cpython] 2b92cd: bpo-30850: Use specialized assert methods in bsddb...
GitHub
noreply at github.com
Wed Jul 5 08:09:37 EDT 2017
Branch: refs/heads/2.7
Home: https://github.com/python/cpython
Commit: 2b92cd3b16ba83aaaf11a91a19845ca6804663d9
https://github.com/python/cpython/commit/2b92cd3b16ba83aaaf11a91a19845ca6804663d9
Author: Serhiy Storchaka <storchaka at gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M Lib/bsddb/test/test_associate.py
M Lib/bsddb/test/test_basics.py
M Lib/bsddb/test/test_dbenv.py
M Lib/bsddb/test/test_dbshelve.py
M Lib/bsddb/test/test_dbtables.py
M Lib/bsddb/test/test_distributed_transactions.py
M Lib/bsddb/test/test_lock.py
M Lib/bsddb/test/test_misc.py
M Lib/bsddb/test/test_recno.py
M Lib/bsddb/test/test_replication.py
M Lib/bsddb/test/test_sequence.py
M Lib/bsddb/test/test_thread.py
M Lib/test/test_bsddb.py
Log Message:
-----------
bpo-30850: Use specialized assert methods in bsddb tests. (#2584)
This provides more information on test failures.
More information about the Python-checkins
mailing list