pyCraft/minecraft/networking
Jeppe Klitgaard 20e7c70acf Implemented tests for the Float datatype.
This required the implementation of a new method on BaseDatatypeTester.

dynamic_assert_equal is overridden by floating point datatypes, and
instead uses TestCase.assertAlmostEqual.
2015-04-16 18:49:23 +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 Implemented tests for the Float datatype. 2015-04-16 18:49:23 +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