pyCraft/tests
joodicator 612fa8e324 Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477)
This commit introduces two backward-incompatible changes which may break
existing code:

(1) `networking.packets.clientbound.play.SpawnObjectPacket.EntityType'
is no longer accessible as an attribute of the the `SpawnObjectPacket'
class: the values now depend on a `ConnectionContext`, and must be
accessed through an instance, or using `SpawnObjectPacket.field_enum'.
See the text of the `AttributeError` raised from the descriptor for
`SpawnObjectPacket.EntityType` for the full details.

(2) For some subclasses of `networking.types.Type', it is necessary to
call the methods `read_with_context' and `send_with_context' instead of
`read' and `send', supplying a `ConnectionContext' for those data types
- currently only `Position` - whose layout depends on it.
2019-05-11 08:43:51 +02: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
fake_server.py Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +02:00
test_authentication.py Fixes for flake8 2019-01-04 20:12:07 -05:00
test_backward_compatible.py Add serialisation and tests for Explosion, {Multi,}BlockChange, and CombatEvent packets. 2018-05-27 13:28:01 +01:00
test_connection.py Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +02:00
test_encryption.py Fix issue #109 and add regression test. 2018-10-12 17:07:04 +01:00
test_exceptions.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00
test_packets_with_logic.py Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +02:00
test_packets.py Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +02:00
test_reactors.py Add support for Minecraft 1.13 and 1.13-pre3 to pre10 (protocols 385 to 393). 2018-07-19 09:50:13 +01:00
test_serialization.py Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +02:00
test_utility_types.py Fix: MutableRecord.__ne__ misspelt as '__neq__'. 2018-06-21 07:06:45 +01:00
test_version.py Add support for Minecraft pre-release 16w32a (protocol 301). 2016-08-11 10:40:50 +01:00