[issue19601] Use specific asserts in sqlite3 tests

2013-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19601] Use specific asserts in sqlite3 tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 981d161a52be by Serhiy Storchaka in branch '3.3': Issue #19601: Use specific asserts in sqlite3 tests. http://hg.python.org/cpython/rev/981d161a52be New changeset d004ccdd6a57 by Serhiy Storchaka in branch '2.7': Issue #19601: Use specific asserts i

[issue19601] Use specific asserts in sqlite3 tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker ___ ___ Python-bu

[issue19601] Use specific asserts in sqlite3 tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the sqlite3 package tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_sqlite3_asserts.patch keywords: patch messages: 202923 nosy: ghaering, serhiy.storchaka prio