Skip to content

Commit 51a774d

Browse files
committed
TST: Refactor pickle with autouse
1 parent ef1b76e commit 51a774d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_pickle.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
""" manage legacy pickle tests """
44

5+
import pytest
56
import nose
67
import os
78

@@ -32,6 +33,7 @@ class TestPickle():
3233
"""
3334
_multiprocess_can_split_ = True
3435

36+
@pytest.fixture(autouse=True)
3537
def setUp(self):
3638
from pandas.io.tests.generate_legacy_storage_files import (
3739
create_pickle_data)

0 commit comments

Comments
 (0)