[New-bugs-announce] [issue17692] Fix test discovery for test_sqlite.py

Zachary Ware report at bugs.python.org
Wed Apr 10 21:29:08 CEST 2013


New submission from Zachary Ware:

test_sqlite.py simply imports and runs tests from sqlite3.test, the patch converts test_main to load_tests to do the same.

----------
components: Tests
files: test_sqlite_discovery.diff
keywords: patch
messages: 186528
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_sqlite.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29768/test_sqlite_discovery.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17692>
_______________________________________


More information about the New-bugs-announce mailing list