Skip to content
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

GH-89812: Miscellaneous pathlib test improvements #106063

Merged
merged 5 commits into from
Jul 1, 2023

Commits on Jun 24, 2023

  1. pythonGH-89812: Miscellaneous pathlib test improvements

    - Split out dedicated test for unbuffered `open()`
    - Split out dedicated test for `is_mount()` at the filesystem root
    - Avoid `os.stat()` when checking that empty paths point to '.'
    - Remove unnecessary `rmtree()` call
    barneygale committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    ef08269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436fa3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5096796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c37a53 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    13fee78 View commit details
    Browse the repository at this point in the history