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

[python] Trivial rename within a unit-test file #2908

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Aug 17, 2024

Issue and/or context: As tracked on issue #2407 / [sc-51048].

Changes:

  • There are places which currently say soma._exception.SOMAError, which is no longer necessary
  • New spots, I want to type soma.SOMAError
  • That would either be:
    • inconsistent, or,
    • it would be a distracting line-count addition on the WIP PR (which I am whittling down bit by bit in the form of split-out diffs)
  • This little PR changes soma._exception.SOMAError to soma.SOMAError across the board in the apis/python/tests directory.

Notes for Reviewer:

@johnkerl johnkerl force-pushed the kerl/ut-soma-exc-simplify branch from d7666af to 986ca36 Compare August 17, 2024 00:15
@johnkerl johnkerl changed the title [python] Trivial renames for some unit-test files [python] Trivial rename within a unit-test file Aug 17, 2024
@johnkerl johnkerl requested a review from jp-dark August 18, 2024 17:11
@johnkerl johnkerl merged commit 269fa55 into main Aug 19, 2024
9 checks passed
@johnkerl johnkerl deleted the kerl/ut-soma-exc-simplify branch August 19, 2024 15:12
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 this pull request may close these issues.

3 participants