-
Notifications
You must be signed in to change notification settings - Fork 91
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
Bad isdir result #387
Comments
(Note that fixing this one will help testing a good bit; incorrect isdir turns out to cause some other issues, when it tries to avoid doing certain operations on directories; I have a big pile of issues from a new test run, but think several are this problem) |
Yes, this one is MacOS-specific (in the sense that the bug is a regression that only appears under MacOS due to another fix that handled MacOS-specific behavior). I think I have a fix, but I have to wait for the Travis MacOS build to be sure - they currently have problems with MacOS builds (again). |
Yeah, the logic here is sort of random nonsense for each OS, since it's not POSIX-specified. We could drop trailing separators for now, and look for more interesting issues, though some of these can cause some weird behaviors if you assume one OS then migrate to pyfakefs, I guess. |
(I had the same Travis mac issue, so just do TSTL mac tests on the laptop I develop on anyway) |
The text was updated successfully, but these errors were encountered: