993 progress: convert 2 more test files to pytest; 5 remain#1533
Merged
gadomski merged 15 commits intostac-utils:mainfrom Feb 27, 2025
Merged
993 progress: convert 2 more test files to pytest; 5 remain#1533gadomski merged 15 commits intostac-utils:mainfrom
gadomski merged 15 commits intostac-utils:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1533 +/- ##
=======================================
Coverage 91.49% 91.49%
=======================================
Files 54 54
Lines 7571 7571
Branches 922 922
=======================================
Hits 6927 6927
Misses 457 457
Partials 187 187 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gadomski
approved these changes
Feb 27, 2025
kmodali
pushed a commit
to kmodali/pystac
that referenced
this pull request
Oct 16, 2025
…ls#1533) * 993 start conversion of test_raster.py * 993 nonfunctional de-class of test_raster.py * 993 de-class test_raster.py's cassettes * 993 start refactor & prove w/couple tests * 993 convert assertions to pytest in test_raster.py * 993 finish conversion of test_raster.py * 993 pre-commit faff * 993 convert assertions in test_sar.py * 993 convert the cassette-using tests in test_sar.py * 993 provide a sentinel fixture & prove it works * 993 convert remaining SarItemExtTest tests * 993 prep for converting SarSummariesTest * 993 non-functional declassing * 993 convert summaries tests in test_sar.py * 993 pre-commit to finish test_sar.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue(s): #993
Description: Converted
test_raster.pyandtest_sar.pyto pytest.PR Checklist:
pre-commit run --all-files)pytest)Documentation has been updated to reflect changes, if applicableor improvesoverall codebase code coverage.Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.