Implemented a basic test of the float reader and encoder. See note in code comment.
[~jspiros/python-ebml.git] / ebml / tests / test_core.py
2011-04-13 Joseph SpirosImplemented a basic test of the float reader and encode...
2011-04-13 Joseph SpirosFixed string and unicode string readers to handle null...
2011-04-13 Joseph SpirosFixed and cleaned up signed integer reading and encodin...
2011-04-13 Joseph SpirosScaled back implementation to standard fixed limits...
2011-04-12 Joseph SpirosImplemented encode_element_size and write_element_size...