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 currently running my tests on x86_64 Linux, which has little byteorder. What is the easiest way to run my python unit tests with big byteorder?