scistag.tests.filestag.test_bundleΒΆ

Tests the Bundle class which can store arbitrary data in a byte stream and restore it from there - similar to pickling but with easier ways for customization and limitation.

Functions

test_bundle_basics

Tests the bundling and unbundling basics

test_bundle_numpy

Tests the bundling of NumPy data

test_pandas

Tests the bundling of Pandas DataFrames