Testing python code with different byteorder / endianness
I’m writing some python code that is sensitive to the byteorder / endianness. I want to ensure my unit tests are run in both byteorders.
I’m writing some python code that is sensitive to the byteorder / endianness. I want to ensure my unit tests are run in both byteorders.