Skip to content

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

Merged
johnkerl merged 1 commit intomainfrom
kerl/ut-soma-exc-simplify
Aug 19, 2024
Merged

[python] Trivial rename within a unit-test file#2908
johnkerl merged 1 commit intomainfrom
kerl/ut-soma-exc-simplify

Conversation

@johnkerl
Copy link
Copy Markdown
Contributor

@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
@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