pyCraft/minecraft
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
..
networking Implemented tests for the Float datatype. 2015-04-16 18:49:23 +02:00
__init__.py Setup.py and versioning 2015-04-01 17:38:14 +02:00
authentication.py id is a reserved name, even as an attribute. We now use id_ instead 2015-04-06 15:44:51 +02:00
compat.py Added tests for LongLong and UnsignedLongLong. 2015-04-16 17:05:44 +02:00
exceptions.py Added exceptions for serialization and deserialization. These will come in handy later 2015-04-14 19:45:15 +02:00