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

fix: rename requests.py into requests_utils.py #5099

Merged
merged 6 commits into from
Jun 12, 2023
Merged

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Jun 7, 2023

Related Issues

Proposed Changes:

  • Rename requests.py into requests_utils.py to avoid ambiguity at import time

How did you test it?

  • CI

Notes for the reviewer

n/a

Checklist

@ZanSara ZanSara requested a review from a team as a code owner June 7, 2023 13:39
@ZanSara ZanSara requested review from masci and removed request for a team June 7, 2023 13:39
@ZanSara ZanSara marked this pull request as draft June 7, 2023 14:08
@ZanSara ZanSara marked this pull request as ready for review June 7, 2023 17:04
@ZanSara ZanSara requested review from julian-risch and removed request for masci June 7, 2023 17:04
Copy link
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

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

Looks quite good to me already. One change is needed in the two tests: The @patch also needs to refer to the new module name requests_utils.

test/utils/test_requests.py Show resolved Hide resolved
@coveralls
Copy link
Collaborator

coveralls commented Jun 7, 2023

Pull Request Test Coverage Report for Build 5241662425

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 40.909%

Totals Coverage Status
Change from base Build 5220000806: 0.003%
Covered Lines: 9175
Relevant Lines: 22428

💛 - Coveralls

@github-actions github-actions bot added the type:documentation Improvements on the docs label Jun 12, 2023
Copy link
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@ZanSara ZanSara merged commit 49e037a into main Jun 12, 2023
@ZanSara ZanSara deleted the rename-requests-utils branch June 12, 2023 10:40
@ZanSara ZanSara self-assigned this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:tests type:documentation Improvements on the docs
Projects
None yet
4 participants