pyCraft/minecraft
joo 66a0603acf Fix various problems in minecraft.authentication and its tests:
- Return value of _make_request() is treated as a requests.Request, when it is in fact a requests.Response.
- Some tests in test_authentication use assertRaises() incorrectly, resulting in testing code that never gets run.
- Other miscellaneous errors exposed by the above changes.

Additionally:
- YggdrasilError instances now have fields with specific error information, and _raise_from_response() populates them. (This will be useful for later changes.)
2017-03-31 12:59:43 +01:00
..
networking Add support for Minecraft snapshot 17w13a (protocol 318). 2017-03-31 08:59:14 +01:00
__init__.py Add support for Minecraft snapshot 17w13a (protocol 318). 2017-03-31 08:59:14 +01:00
authentication.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00
compat.py Add automatic protocol version negotiation. 2016-03-07 02:40:25 +00:00
exceptions.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00