pyCraft/minecraft/networking
Jeppe Klitgaard a31f1c543f More datatype abstraction:
* NumberDatatype
* StringDatatype

_raise_serialization_value_error_data is now a classmethod instead of a classmethod.

Tests for MIN and MAX number values of NumberDatatypes have been made more abstract.

TEST_DATA_* has been removed from variable names. Sometimes it can get a little too rediculous with these var-names, don't you think?
2015-04-16 09:02:54 +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 More datatype abstraction: 2015-04-16 09:02:54 +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 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
types.py Packet tests 2015-04-03 08:51:53 +05:00