pose_format.utils.reader_test module
Classes:
|
Tests for the BufferReader class |
- class pose_format.utils.reader_test.TestBufferReader(methodName='runTest')[source]
Bases:
TestCaseTests for the BufferReader class
Methods:
Test that advance advances the read_offset by the correct number of bytes
Test that bytes_left returns the correct number of bytes left to read
Test that unpack returns the correct value
Test that unpack_f returns the correct value
Test that unpack_numpy returns the correct value
Test that unpack_numpy returns a writeable array
Test that unpack_str returns the correct value
Test that unpack_tensorflow returns the correct value
Test that unpack_torch returns the correct value