We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407586 commit 57437bfCopy full SHA for 57437bf
pandas/tests/io/test_packers.py
@@ -795,7 +795,7 @@ class TestMsgpack():
795
796
@classmethod
797
def setup_class(cls):
798
- from pandas.io.tests.generate_legacy_storage_files import (
+ from pandas.tests.io.generate_legacy_storage_files import (
799
create_msgpack_data, create_data)
800
cls.data = create_msgpack_data()
801
cls.all_data = create_data()
pandas/tests/io/test_pickle.py
@@ -33,7 +33,7 @@ class TestPickle():
33
34
35
36
37
create_pickle_data)
38
cls.data = create_pickle_data()
39
cls.path = u('__%s__.pickle' % tm.rands(10))
0 commit comments