We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a07250 commit ccbeaa9Copy full SHA for ccbeaa9
pandas/io/tests/test_pickle.py
@@ -284,6 +284,12 @@ def test_pickle_v0_15_2(self):
284
#
285
tm.assert_categorical_equal(cat, pd.read_pickle(pickle_path))
286
287
+
288
+class TestPickleCompression:
289
290
+ def setUp(self):
291
+ self.path = u('__%s__.pickle' % tm.rands(10))
292
293
def compression_explicit(self, compression):
294
# issue 11666
295
if compression == 'xz':
0 commit comments