Skip to content

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