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

Support and test Windows paths #1

Closed
takuti opened this issue Jan 1, 2022 · 0 comments · Fixed by #7
Closed

Support and test Windows paths #1

takuti opened this issue Jan 1, 2022 · 0 comments · Fixed by #7

Comments

@takuti
Copy link
Owner

takuti commented Jan 1, 2022

Windows is not currently tested because tempfile.NamedTemporalFIle doesn't work. Meanwhile, some path handling logics are relying on regexp, which shouldn't work Windows's path e.g., C:\\....

Consider updating test implementation and using pathlib to formally support and test the platform.

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 a pull request may close this issue.

1 participant