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: Missing return statement in mojang.account.utils.helpers.get_headers #17

Merged
merged 1 commit into from
Jan 16, 2022

Conversation

Lucino772
Copy link
Owner

Fix #16

@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2022

Codecov Report

Merging #17 (656886b) into main (78a3449) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   39.47%   39.43%   -0.05%     
==========================================
  Files          29       29              
  Lines         950      951       +1     
  Branches      126      126              
==========================================
  Hits          375      375              
- Misses        558      559       +1     
  Partials       17       17              
Impacted Files Coverage Δ
mojang/account/utils/helpers.py 60.00% <0.00%> (-2.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78a3449...656886b. Read the comment docs.

@Lucino772 Lucino772 merged commit dfeaab5 into main Jan 16, 2022
@Lucino772 Lucino772 deleted the fix/issue-#16 branch January 16, 2022 16:47
Lucino772 added a commit that referenced this pull request Jan 19, 2022
* ci: PYM-18 Exclude tests folder for mypy

* test: PYM-18 Removed old tests

* test: PYM-18 Added tests for mojang.status

* test: PYM-18 Added tests for mojang.get_uuid

* test: PYM-18 Added tests for mojang.get_uuids

* test: PYM-18 Added tests for mojang.names

* test: PYM-18 Added tests for mojang.user

* fix: Missing return statement in mojang.account.utils.helpers.get_headers (#17)

Fix: #16

* ci: PYM-18 Exclude tests folder for mypy

* test: PYM-18 Removed old tests

* test: PYM-18 Added tests for mojang.status

* test: PYM-18 Added tests for mojang.get_uuid

* test: PYM-18 Added tests for mojang.get_uuids

* test: PYM-18 Added tests for mojang.names

* test: PYM-18 Added tests for mojang.user

* test: PYM-18 Added tests for mojang.account.utils.helpers.get_header

* test: PYM-18 Replaced assertDictContainsSubset with assertDictEqual

* test(tests/): PYM-18 Added MockSessionServer

* test(tests/): PYM-18 Added tests for mojang.account.session.get_user_name_change

* test(tests/): PYM-18 Added tests fro mojang.account.session.change_user_name

* test(tests/): PYM-18 Added tests for mojang.account.session.change_user_skin

* test(tests/): PYM-18 Added tests for mojang.account.session.reset_user_skin

* test(tests/): PYM-18 Added tests for mojang.account.session.show_user_cape

* test(tests/): PYM-18 Added tests for mojang.account.session.hide_user_cape

* test(tests/): PYM-18 Added tests for mojang.account.session.owns_minecraft

* test(tests/): PYM-18 Added tests for mojang.account.session.get_profile
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.

Missing return statement in mojang.account.utils.helpers.get_headers
2 participants