Skip to content

bpo-33901: Enhance test_dbm_gnu #7790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

bpo-33901: Enhance test_dbm_gnu #7790

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 19, 2018

  • setUp() now checks that the file doesn't exist
  • test_nonascii_filename() now checks that TESTFN_NONASCII doesn't
    exist
  • Replace filename global variable with an attribute
  • Use assertRaises() as a context manager

https://bugs.python.org/issue33901

* setUp() now checks that the file doesn't exist
* test_nonascii_filename() now checks that TESTFN_NONASCII doesn't
  exist
* Replace filename global variable with an attribute
* Use assertRaises() as a context manager
@vstinner
Copy link
Member Author

Hum, I found the root issue, so I prefer to abandon this change: see PR #7791.

@vstinner vstinner closed this Jun 19, 2018
@vstinner vstinner deleted the dbm branch June 19, 2018 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants