Skip to content

[3.6] bpo-33861: Minor improvements of tests for os.path. (GH-7715)#7752

Merged
miss-islington merged 1 commit intopython:3.6from
miss-islington:backport-17a0088-3.6
Jun 16, 2018
Merged

[3.6] bpo-33861: Minor improvements of tests for os.path. (GH-7715)#7752
miss-islington merged 1 commit intopython:3.6from
miss-islington:backport-17a0088-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 16, 2018

  • Test exists(), lexists(), isdir(), isfile(), islink(), ismount()
    with bytes paths.
  • Remove unneeded silencing DeprecationWarning for ismount() with
    bytes path.
  • Test common functions with unencodable and undecodable paths.
  • Minor clean up and refactoring.
    (cherry picked from commit 17a0088)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue33861

* Test exists(), lexists(), isdir(), isfile(), islink(), ismount()
  with bytes paths.
* Remove unneeded silencing DeprecationWarning for ismount() with
  bytes path.
* Test common functions with unencodable and undecodable paths.
* Minor clean up and refactoring.
(cherry picked from commit 17a0088)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 5c23e21 into python:3.6 Jun 16, 2018
@miss-islington miss-islington deleted the backport-17a0088-3.6 branch June 16, 2018 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants