[2.7] bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · Pull Request #6156 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

miss-islington merged 1 commit intopython:2.7from

xdegaye:bpo-19417-2.7

Sep 16, 2018

Merged

[2.7] bpo-19417: Add test_bdb.py (GH-5217)#6156

miss-islington merged 1 commit intopython:2.7from

xdegaye:bpo-19417-2.7

Conversation

@xdegaye

Copy link Copy Markdown

Contributor

@xdegaye xdegaye commented

Mar 20, 2018

edited by bedevere-bot

Loading

(cherry picked from commit 3fe3304)

https://bugs.python.org/issue19417

@xdegaye

Copy link Copy Markdown

Contributor Author

xdegaye commented

Mar 20, 2018

Some tests are changed by the backport to 2.7:

  • In 2.7 Bdb.set_until() does not have a lineno argument.
  • In 2.7 unittest.TestCase does not have a subTest attribute.
  • Changes made in issue 16596 have not been backported to 2.7.

@miss-islington

Copy link Copy Markdown

Contributor

@xdegaye: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 57e70d3 into python:2.7

Sep 16, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@benjaminp benjaminp benjaminp approved these changes

Assignees

No one assigned

Labels

skip news tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@xdegaye @miss-islington @benjaminp @the-knights-who-say-ni @bedevere-bot