pyCraft/tests
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
..
encryption Add more encryption tests 2015-04-03 07:19:46 +05:00
__init__.py Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
compat.py Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
test_authentication.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00
test_connection.py Change version negotiator to use a status query. 2016-11-22 14:47:42 +00:00
test_encryption.py Fix two python3 compatibility problems: 2015-04-17 17:57:34 +05:00
test_exceptions.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00
test_packets.py Add 4 tests in 'test_connection.py' and fix related bugs. 2016-06-18 18:22:18 +01:00
test_serialization.py Update tests to match new API. 2016-06-17 22:54:21 +01:00
test_version.py Add support for Minecraft pre-release 16w32a (protocol 301). 2016-08-11 10:40:50 +01:00