This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年04月10日 19:29 by zach.ware, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_sqlite_discovery.diff | zach.ware, 2013年04月10日 19:29 | test_sqlite.py fix, version 1 | review | |
| Messages (3) | |||
|---|---|---|---|
| msg186528 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2013年04月10日 19:29 | |
test_sqlite.py simply imports and runs tests from sqlite3.test, the patch converts test_main to load_tests to do the same. |
|||
| msg186618 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年04月12日 11:14 | |
New changeset 71c4234eb39f by Ezio Melotti in branch '3.3': #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/71c4234eb39f New changeset 4c73d4785829 by Ezio Melotti in branch 'default': #17692: merge with 3.3. http://hg.python.org/cpython/rev/4c73d4785829 |
|||
| msg186619 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年04月12日 11:16 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:44 | admin | set | github: 61892 |
| 2013年04月12日 11:16:17 | ezio.melotti | set | status: open -> closed messages: + msg186619 assignee: ezio.melotti resolution: fixed stage: resolved |
| 2013年04月12日 11:14:34 | python-dev | set | nosy:
+ python-dev messages: + msg186618 |
| 2013年04月10日 19:29:08 | zach.ware | create | |