17.27. test_pickle

Test data storage and recovery using pickle.

17.27.1. Module Contents

17.27.1.1. Functions

test_read_pickle(data_directory, mini_model, load_function)

Test the reading of model from pickle.

test_write_pickle(tmpdir, mini_model, dump_function)

Test the writing of model to pickle.

test_pickle.cload[source]
test_pickle.test_read_pickle(data_directory, mini_model, load_function)[source]

Test the reading of model from pickle.

test_pickle.test_write_pickle(tmpdir, mini_model, dump_function)[source]

Test the writing of model to pickle.