-
Kirill Smelkov authored
Until now we were verifying only pickle.loads, but pickle.load and pickle.Unpickler.load were not covered by tests. Same for dumps vs dump and Pickler.dump. -> Add corresponding test coverage to make sure all those codepaths are working ok with bstr/ustr.
1139379f