I partially rewrote the tests to have a nice clean API to test serialization/deserialization, as well as to check if particular exceptions are raised. You will notice there are a bunch of TODOs in the tests: I still don't have the code-base knowledge to thoroughly understand which type of data will be passed to the serializer.
Feel free to comment the committed code so I can fix it in case I misunderstood something.
Hi guys,
I partially rewrote the tests to have a nice clean API to test serialization/deserialization, as well as to check if particular exceptions are raised. You will notice there are a bunch of TODOs in the tests: I still don't have the code-base knowledge to thoroughly understand which type of data will be passed to the serializer.
Feel free to comment the committed code so I can fix it in case I misunderstood something.
Cheers, A.