Skip to content

Make criteria in MastMissions queries case-sensitive#3260

Merged
bsipocz merged 2 commits into
astropy:mainfrom
snbianco:mm-case-sensitive
Mar 18, 2025
Merged

Make criteria in MastMissions queries case-sensitive#3260
bsipocz merged 2 commits into
astropy:mainfrom
snbianco:mm-case-sensitive

Conversation

@snbianco

@snbianco snbianco commented Mar 17, 2025

Copy link
Copy Markdown
Contributor

When I added parameter checking to MastMissions, I incorrectly assumed that criteria were case-insensitive in the underlying API. This PR performs a case-sensitive comparison to check that parameters match available criteria exactly.

@codecov

codecov Bot commented Mar 17, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.09%. Comparing base (7494746) to head (3658f6e).
Report is 227 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3260   +/-   ##
=======================================
  Coverage   69.09%   69.09%           
=======================================
  Files         232      232           
  Lines       19637    19637           
=======================================
  Hits        13568    13568           
  Misses       6069     6069           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@snbianco snbianco added the mast label Mar 17, 2025
@snbianco snbianco marked this pull request as ready for review March 17, 2025 17:03
@snbianco snbianco requested a review from bsipocz March 17, 2025 17:03
@bsipocz bsipocz added this to the v0.4.10 milestone Mar 18, 2025

@bsipocz bsipocz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this all looks good!

@bsipocz bsipocz merged commit e0baf0d into astropy:main Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants