[issue19417] Bdb: add a unittest file (test.test_bdb)

2019-04-12 Thread Xavier de Gaye
Change by Xavier de Gaye : -- dependencies: -Bdb: add docstrings resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-09-16 Thread miss-islington
miss-islington added the comment: New changeset 57e70d3802a2a78e638999c6923053c63fe373f8 by Miss Islington (bot) (xdegaye) in branch '2.7': [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156) https://github.com/python/cpython/commit/57e70d3802a2a78e638999c6923053c63fe373f8 --

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-20 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +5913 ___ Python tracker ___ ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 424f3dafea16fbaee55a30903af2d6717f4d4a6b by Mariatta (xdegaye) in branch '3.6': bpo-19417: Add test_bdb.py (GH-5217) https://github.com/python/cpython/commit/424f3dafea16fbaee55a30903af2d6717f4d4a6b --

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-19 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +5908 ___ Python tracker ___ ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-18 Thread miss-islington
miss-islington added the comment: New changeset fdd8e8b4ffb68a4e8749bdc3b130fea7bbbf821e by Miss Islington (bot) in branch '3.7': bpo-19417: Add test_bdb.py (GH-5217) https://github.com/python/cpython/commit/fdd8e8b4ffb68a4e8749bdc3b130fea7bbbf821e

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +5904 ___ Python tracker ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3fe33043ee83d19e15551094fc1e0984617ded3c by Mariatta (xdegaye) in branch 'master': bpo-19417: Add test_bdb.py (GH-5217) https://github.com/python/cpython/commit/3fe33043ee83d19e15551094fc1e0984617ded3c --

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-01-17 Thread Xavier de Gaye
Xavier de Gaye added the comment: PR 5217 adds the test.test_bdb module and provides a framework for adding more tests to the bdb module. Added versions 3.6 and 2.7. This is consistent with what was done in issues #21916 and #25616 for example, but the main reason is that

[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-01-17 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +5070 ___ Python tracker ___ ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2017-05-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Wondering if it might make sense to use Mock in this patch? -- ___ Python tracker ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2017-04-30 Thread Xavier de Gaye
Xavier de Gaye added the comment: Thanks Terry and Cheryl for splitting the issue :) -- ___ Python tracker ___

[issue19417] Bdb: add a unittest file (test.test_bdb)

2017-04-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: +Bdb: add docstrings title: Bdb: add docstrings and a unittest file (test.test_bdb) -> Bdb: add a unittest file (test.test_bdb) ___ Python tracker