pyCraft/minecraft/networking
Jeppe Klitgaard 55ff270f16 Tests for VarInt
Removed unused import (SerializationError)

We now check if Datatype.SIZE is a number using ABC.

Added 2 decorators for raising serialized and deserialized data
exceptions.

Datatype.SIZE can now be either a number or a sequence. If sequence,
first value is MIN_SIZE and second value is MAX_SIZE

VarInt.serialize now raises ValueError instead of SerializationError
when number is too big to serialize.
2015-04-16 23:38:02 +02:00
..
__init__.py Things look slightly more legit... 2015-04-06 15:27:42 +02:00
connection.py Quick little base test for connection 2015-04-03 22:04:45 +05:00
datatypes.py Tests for VarInt 2015-04-16 23:38:02 +02:00
encryption.py Fully test the encryption package, and add a test for uncompressed packets when packet compression is enabled 2015-04-03 21:30:31 +05:00
packets.py Added more tests, fixed compat.py to run on py3 as well 2015-04-12 07:26:12 +05:00
types.py Added more tests, fixed compat.py to run on py3 as well 2015-04-12 07:26:12 +05:00