golang_str_pickle: tests: Verify all loads, load and Unpickler.load; same for dump*
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.
Showing
Please register or sign in to comment