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 #13083: Fix scandir() crash by returning [] when directory is not found (#13083) #13085

Closed
wants to merge 1 commit into from

Fix scandir() crash by returning [] when directory is not found (#13083)

dd8bff6
Select commit
Loading
Failed to load commit list.
Closed

fix #13083: Fix scandir() crash by returning [] when directory is not found (#13083) #13085

Fix scandir() crash by returning [] when directory is not found (#13083)
dd8bff6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 26, 2024 in 0s

60.00% of diff hit (target 96.83%)

View this Pull Request on Codecov

60.00% of diff hit (target 96.83%)

Annotations

Check warning on line 968 in src/_pytest/pathlib.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_pytest/pathlib.py#L968

Added line #L968 was not covered by tests

Check warning on line 971 in src/_pytest/pathlib.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_pytest/pathlib.py#L970-L971

Added lines #L970 - L971 were not covered by tests

Check warning on line 976 in src/_pytest/pathlib.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_pytest/pathlib.py#L975-L976

Added lines #L975 - L976 were not covered by tests