-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing return statement in mojang.account.utils.helpers.get_headers #16
Comments
Lucino772
added a commit
that referenced
this issue
Jan 16, 2022
Lucino772
added a commit
that referenced
this issue
Jan 16, 2022
Lucino772
added a commit
that referenced
this issue
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
pymojang/mojang/account/utils/helpers.py
Lines 9 to 19 in 78a3449
The text was updated successfully, but these errors were encountered: