Skip to content

bpo-33901: Enhance test_dbm_gnu#7790

Closed
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:dbm
Closed

bpo-33901: Enhance test_dbm_gnu#7790
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:dbm

Conversation

@vstinner
Copy link
Copy Markdown
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
Copy Markdown
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