niolabs / safepickle

Provides an alternative to using Python's unsafe pickle module
Apache License 2.0
1 stars 1 forks source link

instances are not same type after dumps then loads #9

Closed hansmosh closed 6 years ago

hansmosh commented 6 years ago

test_instance_roundtrip dumps an instance of a class but does not check that the new instance is still a ClassToPersist after loads.

https://github.com/niolabs/safepickle/blob/master/safepickle/tests/test_safepickle.py#L30

shadetree01010100 commented 6 years ago

no longer applies since release 0.2.0