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

Fix pathlib.Path.mkdir() with unmounted path #891

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Oct 7, 2023

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing

- automount drive or UNC path under Windows if needed
  in FakeFilesystem.makedir() (used by Path.mkdir)
- fixes pytest-dev#890
@mrbean-bremen mrbean-bremen merged commit ba4f217 into pytest-dev:main Oct 8, 2023
63 checks passed
@mrbean-bremen mrbean-bremen deleted the mkdir-unc branch February 26, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pathlib.Path with UNC paths throwing exception
1 participant