-
Couldn't load subscription status.
- Fork 126
Issue 1470 paths windows #1475
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
Issue 1470 paths windows #1475
Conversation
|
CI passing example https://github.com/KeynesYouDigIt/pystac/actions/runs/11990954337 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1475 +/- ##
=======================================
Coverage 91.17% 91.17%
=======================================
Files 52 52
Lines 7251 7251
Branches 875 875
=======================================
Hits 6611 6611
Misses 460 460
Partials 180 180 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks! This is great. No need to touch up commits, we squash-and-merge here. |
|
@gadomski Let me know if this is what you had in mind, thanks! |
|
Awesome, thank you! Looks great. |
* test ko * isolate assertion (very simple check here..) * test windows correctly * cleanup comment * ruff fix * update changelog * update changelog * fix for 3.12 * really cover in new test * drive supported only on 3.13 * check one * check two * correct is_windows in tests * correct is_windows in tests part 2 * use os path for path count * use os path for path count in display as well * use os path for path count in display as well * rm whitespace * rm unecc comment * Update tests/test_catalog.py * factor out function * typo * factor out --------- Co-authored-by: Pete Gadomski <[email protected]>
Related Issue(s):
Description:

Python 3.13 nuances the use of
os.path.isabs- https://docs.python.org/3/library/os.path.html#os.path.isabsSo I changed the test to reflect that
TODO
PR Checklist:
scripts/test)